Re: How to PROVIDE boost-python
Quentin Schulz
Hi Emily,
On Wed, Mar 18, 2020 at 10:16:23AM -0500, Emily wrote: Hi Laurent -You can create a patch for it. You can use devtool modify <your-recipe> and create the patch from there, you have access to the sources with that. devtool build <your-recipe> to check it builds okay. I realize this is not a long-term solution, as I'll need to update thatI don't think there is a need for BBMASK, you should be able to set PREFERRED_VERSION_boost = "1.63.0" in local.conf or your machine configuration file. ERROR: boost-1.63.0-r1 do_package: QA Issue: boost: Files/directories wereIf all of this is really temporary you can install it in some package, or even create a new package for it. (PACKAGES =+ "boost-numpy", FILES_${PN}-numpy = "/usr/lib/libboost_numpy.so.1.63.0"). No more ideas tbh. I would try to patch "your" SW first and see if it brings you somewhere, but that's what I would do, each their own way. Quentin |
|