]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: We only care about the absolute value of baselib
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Nov 2011 17:46:46 +0000 (17:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:39:04 +0000 (16:39 +0000)
The value of baselib can be constructed in several different ways
and from a sstate perspective we don't care how it was made up,
we only care what the final value is. This uses the new functionality
in bitbake to ensure we only include the value of baselib and not
any intermediate dependencies.

[YOCTO #1583]

(From OE-Core rev: c38567894ebc31ac977f2bc89a076d0380bddcf8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 730439c3b49d48d00c4dd4ac2d687b2ee50ca523..b58cbef488dfc16c21220c599065ab964fb440d5 100644 (file)
@@ -8,6 +8,7 @@
 
 # Used by multilib code to change the library paths
 baselib = "${BASELIB}"
+baselib[vardepvalue] = "${baselib}"
 BASELIB = "lib"
 BASELIB_powerpc64 = "lib64"