summaryrefslogtreecommitdiffstats
path: root/meta/conf
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:43:44 +0000
commit100002e4c6c2a96aa644987e3e1a1bdfadb95988 (patch)
tree48de57252a452be4d53ed9ff5334f30a4c5ec9cd /meta/conf
parent71824019fbc2ae9fbee8c6cb6241b16e5038effa (diff)
downloadpoky-100002e4c6c2a96aa644987e3e1a1bdfadb95988.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) (From OE-Core rev: 8b70cfe7a1768b8bf1e5b7e390276518e16f14af) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 @@
8 8
9# Used by multilib code to change the library paths 9# Used by multilib code to change the library paths
10baselib = "${BASELIB}" 10baselib = "${BASELIB}"
11baselib[vardepvalue] = "${baselib}"
11BASELIB = "lib" 12BASELIB = "lib"
12BASELIB_powerpc64 = "lib64" 13BASELIB_powerpc64 = "lib64"
13 14