diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:36:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:45 +0200 |
commit | 2e5aa70a0e75963ccf749bcb7747c4cdf9f632d3 (patch) | |
tree | a315008eb37fec464d95e1f66229628bd580368d /recipes/xorg-lib/libxtst_1.0.2.bb | |
parent | b5bc31609f8bed3685028df8645a8545638f432a (diff) |
libxtst: 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/xorg-lib/libxtst_1.0.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxtst_1.0.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" |