[yocto] Trying to build a non-autotools package that contains only a lib. Getting empty archive - package is not generated

Brian Hutchinson b.hutchman at gmail.com
Thu Dec 5 11:53:51 PST 2013


On Thu, Dec 5, 2013 at 11:23 AM, Chris Larson <clarson at kergoth.com> wrote:

>
>
> Heh :) The issue there is that the patterns are matched in the order of
> the PACKAGES variable. The first package to include a file gets it, and
> ${PN}-dev is in PACKAGES before ${PN}. By emptying FILES_SOLIBSDEV, that’ll
> remove the .so from FILES_${PN}-dev, letting the ${PN} package get it
> instead.
>
>
>
FILES_SOLIBSDEV = "" was the magic I needed!  Works now!  Thanks Chris ...
you are the man!

Regards,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20131205/5a72e69f/attachment.html>


More information about the yocto mailing list