| Submitter | Martin Jansa |
|---|---|
| Date | Oct. 4, 2012, 1:23 p.m. |
| Message ID | <d90271bc6d6538a8c8a914b0c1d30c5d287c374a.1349356755.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/37777/ |
| State | Accepted |
| Commit | 03f1e34ea3ce80931e9c3cd2ab22824f28a7233b |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5cb5b13..fa8fb5e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -98,6 +98,7 @@ HOST_EXEEXT = "" TUNE_ARCH ??= "INVALID" TUNE_CCARGS ??= "" +TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}" TUNE_LDARGS ??= "" TUNE_ASARGS ??= "" TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
* 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> --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+)