diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:34:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:40 +0200 |
commit | 7641dc4e702e4dd78b1f651d6d1629bf04209550 (patch) | |
tree | 781e054a60b8700ff3746a5734ff9d822bc1c959 /recipes/xorg-lib/libice_1.0.3.bb | |
parent | ed88c01509d339cc17649923b545263896a30250 (diff) |
libice: 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/libice_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/libice_1.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libice_1.0.3.bb b/recipes/xorg-lib/libice_1.0.3.bb index ad2782962e..5384b34feb 100644 --- a/recipes/xorg-lib/libice_1.0.3.bb +++ b/recipes/xorg-lib/libice_1.0.3.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Inter-Client Exchange library" DEPENDS += "xproto xtrans" -PROVIDES = "ice" BBCLASSEXTEND = "native" PR = "r1" PE = "1" |