[meta-intel] [PATCH 3/3] lms: add recipe for lms 1921.0.0.0

Burton, Ross ross.burton at intel.com
Mon Jun 17 06:15:54 PDT 2019


On Mon, 17 Jun 2019 at 14:08, Usyskin, Alexander
<alexander.usyskin at intel.com> wrote:
> > Just looked at the source.  I suggest adding an option for the networking
> > backend to be used, as OE also has network-manager recipes.
> >
> Is there any trick to determine what backend is used in .bb file?
> So I can build-depend on the right one for now.
> Will try to push option to the next release.

No, but you can them as PACKAGECONFIGs, defaulting to connman (as
that's the one in oe-core).

> > Okay, so how about making the FILES expression ${libdir}/lms*.so to ensure that
> > you only catch the modules.  Also if they're being shipped as symlinks to e.g.
> > lcms-foo.so.1 then you should probably fix that to install directly to the lms-
> > foo.so and that should silence the dev-so warning.
> >
> Replaced with FILES_${PN} += "${libdir}/libLms*.so"
> I'll fix cmake scripts to drop symlinking in the next version.

Cool. I believe the fix is as simple as adding MODULE to the build definition.

Ross


More information about the meta-intel mailing list