[oe-commits] Richard Purdie : bitbake.conf: We only care about the absolute value of baselib

git at git.openembedded.org git at git.openembedded.org
Thu Nov 24 23:12:12 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: c38567894ebc31ac977f2bc89a076d0380bddcf8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c38567894ebc31ac977f2bc89a076d0380bddcf8

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Nov 24 17:46:46 2011 +0000

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]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4589909..9ccf90a 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"
 





More information about the Openembedded-commits mailing list