diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:35:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:40 +0200 |
commit | 6c296210cb9258b2e1fdac0a57546d0b82d7a0f7 (patch) | |
tree | e9583e21d1288e70ae323fe7bc1d641bae8b600d /recipes | |
parent | 7641dc4e702e4dd78b1f651d6d1629bf04209550 (diff) |
liblbxutil: 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')
-rw-r--r-- | recipes/xorg-lib/liblbxutil_1.0.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/liblbxutil_1.1.0.bb | 1 |
2 files changed, 0 insertions, 2 deletions
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" |