diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-14 11:27:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:44 +0100 |
commit | 31ff8c0cb7e8525ded97ed664871f944a8812544 (patch) | |
tree | f19082898312c0f9c6ea4fad337ae9252dada237 /toolchain-layer | |
parent | 77a7c689948fa16b1d8fafae9519dc03fa88977d (diff) | |
download | ast2050-yocto-openembedded-31ff8c0cb7e8525ded97ed664871f944a8812544.zip ast2050-yocto-openembedded-31ff8c0cb7e8525ded97ed664871f944a8812544.tar.gz |
wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'toolchain-layer')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc b/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc index cbb90e9..f6b4929 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc +++ b/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc @@ -1,4 +1,4 @@ # this will prepend this layer to FILESPATH FILESEXTRAPATHS := "${THISDIR}/gcc-4.6" -PRINC = "6" +PRINC := "${@int(PRINC) + 6}" ARM_INSTRUCTION_SET = "arm" |