wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-12-14 11:27:05 +01:00
parent 77a7c68994
commit 31ff8c0cb7
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
RDEPENDS_${PN} += "qwt-e-dev"
PRINC = "1"
PRINC := "${@int(PRINC) + 1}"

View File

@ -1,4 +1,4 @@
PRINC = "2"
PRINC := "${@int(PRINC) + 2}"
inherit systemd

View File

@ -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"