On Wed, Sep 02, 2015 at 11:25:07AM -0700, Khem Raj wrote: > On Wed, Sep 2, 2015 at 6:23 AM, Martin Jansa <[email protected]> wrote: > > But more importantly I don't understand how dev-so and other files got > > into libturbojpeg package when it's using: > > > > FILES_libturbojpeg = "${libdir}/libturbojpeg.so" > > > > So I think the problem is somewhere else. > > it uses PACKAGES =+ "jpeg-tools libturbojpeg" that could precede the > default packages
yes, but FILES_libturbojpeg includes only one file, not the headers and
the staticdev files, so changing it to
FILES_libturbojpeg = "${libdir}/libturbojpeg${SOLIBS}"
should be enough to remove that INSANE_SKIP.
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
