From: Martin Jansa Date: Thu, 24 Jun 2010 19:34:32 +0000 (+0200) Subject: libice: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7641dc4e702e4dd78b1f651d6d1629bf04209550;p=openembedded.git libice: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa --- 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" diff --git a/recipes/xorg-lib/libice_1.0.4.bb b/recipes/xorg-lib/libice_1.0.4.bb index 259c8b3959..0c325a8ac0 100644 --- a/recipes/xorg-lib/libice_1.0.4.bb +++ b/recipes/xorg-lib/libice_1.0.4.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" diff --git a/recipes/xorg-lib/libice_1.0.6.bb b/recipes/xorg-lib/libice_1.0.6.bb index df8253ed12..1e95abdb8d 100644 --- a/recipes/xorg-lib/libice_1.0.6.bb +++ b/recipes/xorg-lib/libice_1.0.6.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"