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

Burton, Ross ross.burton at intel.com
Wed Jun 3 16:56:02 UTC 2015


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

> AC_PREFIX_DEFAULT(/usr/lib/gstreamer-0.10)
> libdir='/usr/lib/gstreamer-0.10'
>

Yeah, don't do that.  Do this instead:

gstlibdir = $(libdir)/gstreamer-0.10
gstlib_LTLIBRARIES = ...

You don't need to override do_install as automake's install will do the
right thing if you inherit autotools.

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


More information about the bitbake-devel mailing list