[bitbake-devel] Library not getting installed to intended path

Burton, Ross ross.burton at intel.com
Wed Jun 3 19:17:41 UTC 2015


On 3 June 2015 at 20:07, Yogesh Tyagi <yogesh.bit2006 at gmail.com> wrote:

> WARNING: QA Issue: gst-plugin-linux-user: Files/directories were installed
> but not shipped
>   /lib/gstreamer-0.10
>   /lib/gstreamer-0.10/libgst................
>
> so I have added these lines to bb file:
>
> FILES_${PN} += "${libdir}/gstreamer-0.10/"
> FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
> FILES_${PN}-dev += "${libdir}/gstreamer-0.10/"
>
> Now library is not going to rootfs at all and no Warning is there. Earlier
> it was installing to "/lib" in rootfs. I want the lib to install to
> "/usr/lib/gstreamer-0.10" in rootfs. Please provide your suggestions.
>

Remove FILES_PN-dev, there's nothing in that directory that makes sense in
the context of development and as PN-dev is packaged before PN all your
files are in that package.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150603/c9983736/attachment-0002.html>


More information about the bitbake-devel mailing list