From: Martin Jansa Date: Thu, 24 Jun 2010 19:36:22 +0000 (+0200) Subject: libxtst: 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=2e5aa70a0e75963ccf749bcb7747c4cdf9f632d3;p=openembedded.git libxtst: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-lib/libxtst_1.0.2.bb b/recipes/xorg-lib/libxtst_1.0.2.bb index 53dcf7eac6..fe98bdaea2 100644 --- a/recipes/xorg-lib/libxtst_1.0.2.bb +++ b/recipes/xorg-lib/libxtst_1.0.2.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X Test Extension: client side library" DEPENDS += "libxext recordproto inputproto" -PROVIDES = "xtst" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxtst_1.0.3.bb b/recipes/xorg-lib/libxtst_1.0.3.bb index e1a4b9cd46..768af2a5f4 100644 --- a/recipes/xorg-lib/libxtst_1.0.3.bb +++ b/recipes/xorg-lib/libxtst_1.0.3.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X Test Extension: client side library" DEPENDS += "libxext recordproto inputproto" -PROVIDES = "xtst" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxtst_1.1.0.bb b/recipes/xorg-lib/libxtst_1.1.0.bb index cde03690eb..5214b7dbd2 100644 --- a/recipes/xorg-lib/libxtst_1.1.0.bb +++ b/recipes/xorg-lib/libxtst_1.1.0.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X Test Extension: client side library" DEPENDS += "libxext recordproto inputproto libxi" -PROVIDES = "xtst" PR = "r1" PE = "1"