diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 09:43:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:43 +0200 |
commit | 2ecbde5fc5afd623b3c97555c959fc34d0a4e08f (patch) | |
tree | d80d5581957b5d6b1418943b6288942ef246607d /recipes/xorg-lib/libice_1.0.4.bb | |
parent | 8e4f2960b779402f35d80c320afce2daa058cb44 (diff) |
libice: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libice_1.0.4.bb')
-rw-r--r-- | recipes/xorg-lib/libice_1.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libice_1.0.4.bb b/recipes/xorg-lib/libice_1.0.4.bb index 1517ebc45f..259c8b3959 100644 --- a/recipes/xorg-lib/libice_1.0.4.bb +++ b/recipes/xorg-lib/libice_1.0.4.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Inter-Client Exchange library" DEPENDS += "xproto xtrans" PROVIDES = "ice" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" |