diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 14:57:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:36 +0200 |
commit | 22fd14c0771c8a21bf803c41d68afe509065e51d (patch) | |
tree | 57d3448e5c425f127482cf14aa778d680c310cdf /recipes/xorg-lib/libxext_1.0.4.bb | |
parent | 3071ca90a74b0a03071259cd54d6523b115fede7 (diff) |
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.0.4.bb')
-rw-r--r-- | recipes/xorg-lib/libxext_1.0.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxext_1.0.4.bb b/recipes/xorg-lib/libxext_1.0.4.bb index 23b0fd6321..35dff096fb 100644 --- a/recipes/xorg-lib/libxext_1.0.4.bb +++ b/recipes/xorg-lib/libxext_1.0.4.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] = "a91f1f722ac80c597cf0b75dcb8b48c0" SRC_URI[archive.sha256sum] = "2dfd8eace1cafacc87b4055c57efeb771a740e24141d3f113de58c2a9eebd21f" +PROVIDES_virtclass-sdk = "" |