From: Martin Jansa Date: Thu, 24 Jun 2010 19:35:50 +0000 (+0200) Subject: liblbxutil: remove original PROVIDES it's not used anywhere and is broken with BBCLAS... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c296210cb9258b2e1fdac0a57546d0b82d7a0f7;p=openembedded.git liblbxutil: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-lib/liblbxutil_1.0.1.bb b/recipes/xorg-lib/liblbxutil_1.0.1.bb index fc6e612174..84657b3267 100644 --- a/recipes/xorg-lib/liblbxutil_1.0.1.bb +++ b/recipes/xorg-lib/liblbxutil_1.0.1.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "XFIXES Extension" DEPENDS += " xextproto xproto zlib" -PROVIDES = "lbxutil" PE = "1" SRC_URI += "file://mkg3states.patch" diff --git a/recipes/xorg-lib/liblbxutil_1.1.0.bb b/recipes/xorg-lib/liblbxutil_1.1.0.bb index a00f15ffe0..dda79bd022 100644 --- a/recipes/xorg-lib/liblbxutil_1.1.0.bb +++ b/recipes/xorg-lib/liblbxutil_1.1.0.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "XFIXES Extension" DEPENDS += " xextproto xproto zlib" -PROVIDES = "lbxutil" PE = "1" SRC_URI += "file://mkg3states-1.1.patch"