aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxext_1.1.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-24 14:57:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 07:30:36 +0200
commit22fd14c0771c8a21bf803c41d68afe509065e51d (patch)
tree57d3448e5c425f127482cf14aa778d680c310cdf /recipes/xorg-lib/libxext_1.1.1.bb
parent3071ca90a74b0a03071259cd54d6523b115fede7 (diff)
downloadopenembedded-22fd14c0771c8a21bf803c41d68afe509065e51d.tar.gz
libxext: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion * remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxext_1.1.1.bb')
-rw-r--r--recipes/xorg-lib/libxext_1.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxext_1.1.1.bb b/recipes/xorg-lib/libxext_1.1.1.bb
index b31ddbe647..13b29cd01f 100644
--- a/recipes/xorg-lib/libxext_1.1.1.bb
+++ b/recipes/xorg-lib/libxext_1.1.1.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 miscellaneous extension library"
DEPENDS += "xproto virtual/libx11 xextproto libxau"
-PROVIDES = "xext"
+BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
@@ -10,3 +10,4 @@ XORG_PN = "libXext"
SRC_URI[archive.md5sum] = "c417c0e8df39a067f90a2a2e7133637d"
SRC_URI[archive.sha256sum] = "110ce3bc7fb3a86659556994d0801c74bedcbd8ba8d1f90ee33d4c47a91e9bb3"
+PROVIDES_virtclass-sdk = ""