diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-14 13:55:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-14 13:59:11 +0200 |
commit | 6885f03e7cc05c07991d907793668a1a3ffdea5d (patch) | |
tree | 75023c263d48783b3396a0f362d33db95c3c13d3 /meta-oe | |
parent | 06d890e50377908f88408c24d7a59bb8f83301a2 (diff) | |
download | meta-openembedded-6885f03e7cc05c07991d907793668a1a3ffdea5d.tar.gz |
bbappends: append to BBCLASSEXTEND instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
11 files changed, 11 insertions, 11 deletions
diff --git a/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend b/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend index f02e1292d..17350b4af 100644 --- a/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend +++ b/meta-oe/recipes-graphics/cairo/cairo_1.10.2.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | BBCLASSEXTEND = "native" | 1 | BBCLASSEXTEND += "native" |
2 | PRINC := "${@int(PRINC) + 1}" | 2 | PRINC := "${@int(PRINC) + 1}" |
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.13.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.13.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.13.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.13.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend index ea2842228..4a26ba85a 100644 --- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | |||
@@ -1,7 +1,7 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" |
2 | 2 | ||
3 | DEPENDS += "perl-native" | 3 | DEPENDS += "perl-native" |
4 | BBCLASSEXTEND = "native" | 4 | BBCLASSEXTEND += "native" |
5 | 5 | ||
6 | PRINC = "7" | 6 | PRINC = "7" |
7 | 7 | ||
diff --git a/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend b/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend b/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend +++ b/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend b/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend +++ b/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend b/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend index d3267ac41..d6f586995 100644 --- a/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend | |||
@@ -1 +1 @@ | |||
BBCLASSEXTEND = "native" | BBCLASSEXTEND += "native" | ||