mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
bbappends: append to BBCLASSEXTEND instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
|
||||||
|
|
||||||
DEPENDS += "perl-native"
|
DEPENDS += "perl-native"
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|
||||||
PRINC = "7"
|
PRINC = "7"
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user