]> code.ossystems Code Review - openembedded-core.git/commit
binconfig: mangle ${base_libdir}
authorRoss Burton <ross.burton@intel.com>
Thu, 6 Feb 2014 23:17:18 +0000 (23:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 12:00:03 +0000 (12:00 +0000)
commitcf978595ae0563c26dcaaa03059ab54a744dbc35
treec762e50aaff807255518941e0133bb88d5c4ea96
parenta4ae70638314a88c3abfcca0d29e1c425f86bea0
binconfig: mangle ${base_libdir}

Some recipes are installing libraries into ${base_libdir} (typically /lib) and
also use a foo-config binary to identify compile paths, for example
libusb-compat.  Without mangling ${base_libdir} the ${base_libdir} path is
passed to the compiler, where it looks like a host path and results in
compile-host-path QA errors.

(From OE-Core master rev: ccd9abdccb84d713427541b6ee29a0e217360e74)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/binconfig.bbclass