mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
77a7c68994
commit
31ff8c0cb7
|
|
@ -1,3 +1,3 @@
|
|||
RDEPENDS_${PN} += "qwt-e-dev"
|
||||
|
||||
PRINC = "1"
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
PRINC = "2"
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user