diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 15:07:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:38 +0200 |
commit | 675e1b92aefd2f79ea04ac06f76d83cf9ebc580d (patch) | |
tree | d88de5a702cb3a5d889e4f69e0933fea832bf525 /recipes/xorg-lib/libxrender_0.9.5.bb | |
parent | 02e13073d5ab471a276b1920051d746b1560eab2 (diff) |
libxrender 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/libxrender_0.9.5.bb')
-rw-r--r-- | recipes/xorg-lib/libxrender_0.9.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxrender_0.9.5.bb b/recipes/xorg-lib/libxrender_0.9.5.bb index 272cbcd95a..db738ffcf4 100644 --- a/recipes/xorg-lib/libxrender_0.9.5.bb +++ b/recipes/xorg-lib/libxrender_0.9.5.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Rendering Extension client library" LICENSE = "BSD-X" DEPENDS += "virtual/libx11 renderproto xproto xdmcp" +BBCLASSEXTEND = "native sdk" PR = "r1" PE = "1" |