From 31ff8c0cb7e8525ded97ed664871f944a8812544 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 14 Dec 2012 11:27:05 +0100 Subject: wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form Signed-off-by: Martin Jansa --- .../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 7ca6c592b6..f37910179f 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 a4dceb44d1..609a1f34dc 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 cbb90e9f60..f6b492919c 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" -- cgit 1.2.3-korg