]> 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>
Sat, 8 Feb 2014 21:02:37 +0000 (21:02 +0000)
commitccd9abdccb84d713427541b6ee29a0e217360e74
tree3f93697f1dad10c44eb18632633c00cbaf22a7c7
parent18c99dac52b746b88cd084eb4c2a2ef0329a6ff3
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.

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