]> 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>
Thu, 24 Nov 2011 22:18:00 +0000 (22:18 +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]

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

index 458990924bc3d7e9afe9595976fe9445bbd548de..9ccf90add3d83abc4df89276878aa188fa69c863 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"