aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-22 12:08:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-25 21:36:18 +0000
commit03f1e34ea3ce80931e9c3cd2ab22824f28a7233b (patch)
treece20068947fc4547d59ca6ae0d114193f75d9f74 /meta/conf/bitbake.conf
parent4827232077e4a059d6aa818f89c83c42bb91949a (diff)
downloadopenembedded-core-contrib-03f1e34ea3ce80931e9c3cd2ab22824f28a7233b.tar.gz
bitbake.conf: add TUNE_CCARGS[vardepvalue]
* we don't care about expression but value * e.g. tune-xscale and tune-arm926ejs have different expression in TUNE_CCARGS but with the same DEFAULTTUNE the result is the same http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/030032.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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 450a0ee1e9..81fcf648fb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -99,6 +99,7 @@ HOST_EXEEXT = ""
TUNE_ARCH ??= "INVALID"
TUNE_CCARGS ??= ""
+TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}"
TUNE_LDARGS ??= ""
TUNE_ASARGS ??= ""
TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"