[bitbake-devel] gst-plugin-base libs not going to rootfs

Yogesh Tyagi yogesh.bit2006 at gmail.com
Tue May 26 13:10:27 UTC 2015


Hi,

I am using yocto 1.5 in my project. The problem is, gst-plugin-base
libraries are not going to rootfs in my build.

I have tried to write a bbappend file "gst-plugins-base_0.10.36.bbappend"
with below content:

S = "${WORKDIR}"

FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la
${libdir}/gstreamer-0.10/*.a"
FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/
${libexecdir}/gstreamer-0.10/.debug/"


do_install_append () {
         install -m 0755 ${S}/package/usr/lib/gstreamer-0.10/*
${D}${libdir}/gstreamer-0.10/
}

and I have also added "gst-plugin-base" to packagegroup bb file of my
project but still gst-plugins-base libs are not going to rootfs. Please
help.


Thanks,
Yogesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150526/24982fb1/attachment-0002.html>


More information about the bitbake-devel mailing list