| Submitter | Martin Jansa |
|---|---|
| Date | Sept. 22, 2012, 4:51 p.m. |
| Message ID | <2e501ae19242e1522d7ae590045d8bb7c6813180.1348330479.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/37063/ |
| State | Superseded, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e433fcb..519a7fc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -98,6 +98,7 @@ HOST_EXEEXT = "" OPTDEFAULTTUNE ??= "${DEFAULTTUNE}" 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(+)