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>
This commit is contained in:
Martin Jansa
2012-03-21 08:51:39 +01:00
committed by Richard Purdie
parent 60e2345f1b
commit 76546d1d3e
9 changed files with 9 additions and 4 deletions

View File

@@ -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"

View File

@@ -12,6 +12,7 @@ LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4"
DEPENDS += "libxrender libxfixes"
BBCLASSEXTEND = "native"
PR = "r0"
PE = "1"

View File

@@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868"
DEPENDS += "virtual/libx11 damageproto libxfixes"
PROVIDES = "xdamage"
BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"

View File

@@ -17,7 +17,7 @@ PE = "1"
XORG_PN = "libXfixes"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318"
SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3"

View File

@@ -18,7 +18,7 @@ PE = "1"
XORG_PN = "libXrandr"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa"
SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81"

View File

@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2c4bfe136f4a4418ea2f2a96b7c8f3c5 \
file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926"
CONFLICTS = "compositeext"
BBCLASSEXTEND = "native"
PR = "r0"
PE = "1"

View File

@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d5f5a2de65c3a84cbde769f07a769608 \
file://damagewire.h;endline=23;md5=4a4501a592dbc7de5ce89255e50d0296"
CONFLICTS = "damageext"
BBCLASSEXTEND = "native"
PR = "r0"
PE = "1"

View File

@@ -16,7 +16,7 @@ CONFLICTS = "fixesext"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "e7431ab84d37b2678af71e29355e101d"
SRC_URI[sha256sum] = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce"

View File

@@ -14,7 +14,7 @@ CONFLICTS = "randrext"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "597491c0d8055e2a66f11350c4985775"
SRC_URI[sha256sum] = "d90d00612cc49292bd8d9dc19efb1c9187385fbe87590d7279a02e5e1066dc71"