diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:37:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:45 +0200 |
commit | c470dca9ddeaa911c4d63edd8e863f31e537e97f (patch) | |
tree | b6da50bdccfbc22961639c0c2604334b59209895 /recipes/xorg-lib/libxmu_1.0.5.bb | |
parent | 911d63198b99fc8fade5f36bd26dc6ffb7c01508 (diff) |
libxmu: 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/libxmu_1.0.5.bb')
-rw-r--r-- | recipes/xorg-lib/libxmu_1.0.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxmu_1.0.5.bb b/recipes/xorg-lib/libxmu_1.0.5.bb index b699533165..33f092b24f 100644 --- a/recipes/xorg-lib/libxmu_1.0.5.bb +++ b/recipes/xorg-lib/libxmu_1.0.5.bb @@ -2,7 +2,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 miscellaneous utility library" DEPENDS += "libxt libxext" -PROVIDES = "xmu" PR = "r1" PE = "1" |