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.1.2.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.1.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxext_1.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxext_1.1.2.bb b/recipes/xorg-lib/libxext_1.1.2.bb index 7d37c5c3c8..5d1b82957c 100644 --- a/recipes/xorg-lib/libxext_1.1.2.bb +++ b/recipes/xorg-lib/libxext_1.1.2.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] = "9e51f9cb7e0a38c7099ac1c0de1a1add" SRC_URI[archive.sha256sum] = "ac6a0ff69c52c9b6e2096e5f74e22c8b5eef11ade4e30411cffeb7df32fe4f74" +PROVIDES_virtclass-sdk = "" |