<div dir="ltr">Hi,<div><br></div><div><span style="font-size:12.8000001907349px">I am using yocto 1.6 and I have written a component and written bitbake recipe file for this component. When rootfs is created my library is found in "/lib" directory but I want it to be installed to "/lib/gstreamer-0.10" directory (which is already created by open source gstreamer packages).</span><br></div><div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Following is the content of my bb file:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><div>DESCRIPTION = "Plugin for support in GStreamer"</div><div><br></div><div>LICENSE = "BSD | LGPLv2.1"</div><div>LIC_FILES_CHKSUM = "file://COPYING;md5=7e2d09b34a9cdf39567252d39ce57cca"</div><div><br></div><div>DEPENDS = "virtual/libc \</div><div>  Â  Â  Â  Â  Â system-utils \<br></div><div>  Â  Â  Â  Â  Â gstreamer \</div><div>  Â  Â  Â  Â  Â gst-plugins-base \</div><div>  Â  Â  Â  Â  "<br></div><div><br></div><div>PR = "r0"</div><div><br></div><div>TD_PKG_REPO = "td-gst-plugin"</div><div><br></div><div>inherit autotools td_package td_paths</div><div><br></div><div><br></div><div><br></div><div><span style="font-size:small">library is installed to /lib/gstreamer-0.10 if I add this line to Makefile.am</span><br></div></div><div><br></div><div><span class="" style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre">libdir </span><span class="" style="color:rgb(102,102,0);font-family:monospace;font-size:12px;white-space:pre">=</span><span class="" style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre"> </span>/lib/gstreamer-0.10</div><div><br></div><div>and these to bb file</div><div><br>FILES_${PN} += "/lib/gstreamer-0.10"</div><div>FILES_${PN}-dbg += "/lib/gstreamer-0.10/.debug"<br>INSANE_SKIP_${PN} += "dev-so<br><br>Is this correct to use INSANE_SKIP or is it not recommended?</div><div><br></div><div>Should I consider not to inherit autotools?  I have seen a lot of packages doing that. In this case whatever path I assign here in FILES variable , my library is installed to that path but with autotools I have to use INSANE_SKIP option.</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre">Thanks,</span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre">Yogesh</span></div><div><br></div></div></div>