Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: We only care about the absolute value of baselib
@ 2011-11-24 17:54 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-11-24 17:54 UTC (permalink / raw)
  To: openembedded-core

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>
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 01f064c..43d973d 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"
 






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-24 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 17:54 [PATCH] bitbake.conf: We only care about the absolute value of baselib Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox