diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-03-21 08:51:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:09 +0100 |
commit | 76546d1d3ea9efc160e05a0934de368a51820b03 (patch) | |
tree | b0d7cd6ae84303852fe3d4898cdb1cc42119254d /meta/recipes-graphics | |
parent | 60e2345f1bbdc14e94d3d2aad86c2ddb1fc10ce7 (diff) | |
download | poky-76546d1d3ea9efc160e05a0934de368a51820b03.tar.gz |
xorg: add more native BBCLASSEXTENDs from meta-oe
* We have now .bbappends in meta-oe, but adding native BBCLASSEXTEND
doesn't add any maintenance cost to oe-core and makes recipe upgrades
easier (no need to wait for .bbappend renames ready for meta-oe).
(From OE-Core rev: 320816f96b81b8eac02b5bbdbd3d8c79d0095a00)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
9 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb index deaa36624a..7377711ded 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb | |||
@@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" | |||
16 | 16 | ||
17 | DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" | 17 | DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" |
18 | PROVIDES = "xcomposite" | 18 | PROVIDES = "xcomposite" |
19 | BBCLASSEXTEND = "native" | ||
19 | 20 | ||
20 | PE = "1" | 21 | PE = "1" |
21 | PR = "r0" | 22 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb index c0f1a0f2ef..438859637a 100644 --- a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb +++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.13.bb | |||
@@ -12,6 +12,7 @@ LICENSE = "MIT-style" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" |
13 | 13 | ||
14 | DEPENDS += "libxrender libxfixes" | 14 | DEPENDS += "libxrender libxfixes" |
15 | BBCLASSEXTEND = "native" | ||
15 | 16 | ||
16 | PR = "r0" | 17 | PR = "r0" |
17 | PE = "1" | 18 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb index f2b4eac96f..dfc2425d54 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | |||
@@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" | |||
18 | 18 | ||
19 | DEPENDS += "virtual/libx11 damageproto libxfixes" | 19 | DEPENDS += "virtual/libx11 damageproto libxfixes" |
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | BBCLASSEXTEND = "native" | ||
21 | 22 | ||
22 | PR = "r1" | 23 | PR = "r1" |
23 | PE = "1" | 24 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb index 0883cd1c12..1bdc3c057b 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb | |||
@@ -17,7 +17,7 @@ PE = "1" | |||
17 | 17 | ||
18 | XORG_PN = "libXfixes" | 18 | XORG_PN = "libXfixes" |
19 | 19 | ||
20 | BBCLASSEXTEND = "nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318" | 22 | SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318" |
23 | SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3" | 23 | SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3" |
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb index 7bc805f576..6fc3cf5d7f 100644 --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb | |||
@@ -18,7 +18,7 @@ PE = "1" | |||
18 | 18 | ||
19 | XORG_PN = "libXrandr" | 19 | XORG_PN = "libXrandr" |
20 | 20 | ||
21 | BBCLASSEXTEND = "nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa" | 23 | SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa" |
24 | SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81" | 24 | SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81" |
diff --git a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb index 5917f20bea..093ee9924c 100644 --- a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb +++ b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb | |||
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2c4bfe136f4a4418ea2f2a96b7c8f3c5 \ | |||
11 | file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926" | 11 | file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926" |
12 | 12 | ||
13 | CONFLICTS = "compositeext" | 13 | CONFLICTS = "compositeext" |
14 | BBCLASSEXTEND = "native" | ||
14 | 15 | ||
15 | PR = "r0" | 16 | PR = "r0" |
16 | PE = "1" | 17 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb index 6bfa1b2b15..de2d69cb28 100644 --- a/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb | |||
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d5f5a2de65c3a84cbde769f07a769608 \ | |||
12 | file://damagewire.h;endline=23;md5=4a4501a592dbc7de5ce89255e50d0296" | 12 | file://damagewire.h;endline=23;md5=4a4501a592dbc7de5ce89255e50d0296" |
13 | 13 | ||
14 | CONFLICTS = "damageext" | 14 | CONFLICTS = "damageext" |
15 | BBCLASSEXTEND = "native" | ||
15 | PR = "r0" | 16 | PR = "r0" |
16 | PE = "1" | 17 | PE = "1" |
17 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb b/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb index d65922b552..2c05cf7149 100644 --- a/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb +++ b/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb | |||
@@ -16,7 +16,7 @@ CONFLICTS = "fixesext" | |||
16 | PR = "r0" | 16 | PR = "r0" |
17 | PE = "1" | 17 | PE = "1" |
18 | 18 | ||
19 | BBCLASSEXTEND = "nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "e7431ab84d37b2678af71e29355e101d" | 21 | SRC_URI[md5sum] = "e7431ab84d37b2678af71e29355e101d" |
22 | SRC_URI[sha256sum] = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce" | 22 | SRC_URI[sha256sum] = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce" |
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb index f0f81bc64c..e4fe37b44e 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | |||
@@ -14,7 +14,7 @@ CONFLICTS = "randrext" | |||
14 | PR = "r0" | 14 | PR = "r0" |
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
17 | BBCLASSEXTEND = "nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "597491c0d8055e2a66f11350c4985775" | 19 | SRC_URI[md5sum] = "597491c0d8055e2a66f11350c4985775" |
20 | SRC_URI[sha256sum] = "d90d00612cc49292bd8d9dc19efb1c9187385fbe87590d7279a02e5e1066dc71" | 20 | SRC_URI[sha256sum] = "d90d00612cc49292bd8d9dc19efb1c9187385fbe87590d7279a02e5e1066dc71" |