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.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.0.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxext_1.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxext_1.0.2.bb b/recipes/xorg-lib/libxext_1.0.2.bb index 4a414f49f8..b395bb4e25 100644 --- a/recipes/xorg-lib/libxext_1.0.2.bb +++ b/recipes/xorg-lib/libxext_1.0.2.bb @@ -5,10 +5,11 @@ DESCRIPTION = "X Server Extension library" PRIORITY = "optional" DEPENDS += " xproto virtual/libx11 xextproto libxau" -PROVIDES = "xext" +BBCLASSEXTEND = "native sdk" XORG_PN = "libXext" SRC_URI[archive.md5sum] = "cce89c5b941a493512b534f4847c6111" SRC_URI[archive.sha256sum] = "368e4cf5117febd998e6fc40d096b3af19a571adccc5ed49b9d16e482b3a8f8e" +PROVIDES_virtclass-sdk = "" |