From: Martin Jansa Date: Thu, 24 Jun 2010 19:36:11 +0000 (+0200) Subject: libxinerama: remove original PROVIDES it's not used anywhere and is broken with BBCLA... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c2134b1f43fcd687c436ae8d8c331c8ecefcec;p=openembedded.git libxinerama: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-lib/libxinerama_1.0.2.bb b/recipes/xorg-lib/libxinerama_1.0.2.bb index 78d66ce533..6b818d5cfe 100644 --- a/recipes/xorg-lib/libxinerama_1.0.2.bb +++ b/recipes/xorg-lib/libxinerama_1.0.2.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Xinerama extension library" DEPENDS += "libxext xineramaproto" -PROVIDES = "xinerama" PR = "r3" PE = "1" diff --git a/recipes/xorg-lib/libxinerama_1.0.3.bb b/recipes/xorg-lib/libxinerama_1.0.3.bb index fd7216a0cf..6f2a71fd74 100644 --- a/recipes/xorg-lib/libxinerama_1.0.3.bb +++ b/recipes/xorg-lib/libxinerama_1.0.3.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Xinerama extension library" DEPENDS += "libxext xineramaproto" -PROVIDES = "xinerama" PR = "r3" PE = "1" diff --git a/recipes/xorg-lib/libxinerama_1.1.bb b/recipes/xorg-lib/libxinerama_1.1.bb index 284320b363..b9d584a583 100644 --- a/recipes/xorg-lib/libxinerama_1.1.bb +++ b/recipes/xorg-lib/libxinerama_1.1.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Xinerama extension library" DEPENDS += "libxext xineramaproto" -PROVIDES = "xinerama" PR = "r3" PE = "1"