Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 .../recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend | 2 +-
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend     | 2 +-
 toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend 
b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
index 7ca6c59..f379101 100644
--- 
a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
+++ 
b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
@@ -1,3 +1,3 @@
 RDEPENDS_${PN} += "qwt-e-dev"
 
-PRINC = "1"
+PRINC := "${@int(PRINC) + 1}"
diff --git 
a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
 
b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
index a4dceb4..609a1f3 100644
--- 
a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
+++ 
b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
@@ -1,4 +1,4 @@
-PRINC = "2"
+PRINC := "${@int(PRINC) + 2}"
 
 inherit systemd
 
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"
-- 
1.8.0.2


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to