summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.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>2011-11-24 22:18:22 +0000
commit6543f1371b7a414884765305edcf5649bf7e2d36 (patch)
tree87970c9d03b25750ed00fc2a97dc8dd486b9a994 /meta/conf/bitbake.conf
parent29a04dc676b26bf3f242c42a9be1630acc6fff22 (diff)
downloadpoky-6543f1371b7a414884765305edcf5649bf7e2d36.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>
Diffstat (limited to 'meta/conf/bitbake.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 458990924b..9ccf90add3 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