summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-24 17:46:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:39:04 +0000
commit8b70cfe7a1768b8bf1e5b7e390276518e16f14af (patch)
tree576d08d8b6c35e0a3ac7c3527037f91dfbe55e32
parentbc8a384c49c60feab9d01f8277e92ac0603c8f93 (diff)
downloadopenembedded-core-8b70cfe7a1768b8bf1e5b7e390276518e16f14af.tar.gz
bitbake.conf: We only care about the absolute value of baselib
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>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 730439c3b4..b58cbef488 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -8,6 +8,7 @@
# Used by multilib code to change the library paths
baselib = "${BASELIB}"
+baselib[vardepvalue] = "${baselib}"
BASELIB = "lib"
BASELIB_powerpc64 = "lib64"