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:36:17 +0100 |
commit | 320816f96b81b8eac02b5bbdbd3d8c79d0095a00 (patch) | |
tree | 083758b206e07bb7c6565e7ee51222ef14ffd2c5 /meta/recipes-graphics/xorg-lib | |
parent | 2aa0540515efc15957101e24224b425ee00446d9 (diff) | |
download | openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.tar.gz openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.tar.bz2 openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.zip |
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).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
5 files changed, 5 insertions, 2 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" DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" PROVIDES = "xcomposite" +BBCLASSEXTEND = "native" PE = "1" 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" LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" DEPENDS += "libxrender libxfixes" +BBCLASSEXTEND = "native" PR = "r0" 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" DEPENDS += "virtual/libx11 damageproto libxfixes" PROVIDES = "xdamage" +BBCLASSEXTEND = "native" PR = "r1" 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" XORG_PN = "libXfixes" -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318" 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" XORG_PN = "libXrandr" -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa" SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81" |