diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:34:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:39 +0200 |
commit | ed88c01509d339cc17649923b545263896a30250 (patch) | |
tree | 31fd5d5a24e313eda22c26330bd16167177ea6e6 /recipes/xorg-lib/libxfont_1.3.0.bb | |
parent | 3e73258bfcda570266628949ee67721a291e4fbf (diff) |
libxfont: 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/libxfont_1.3.0.bb')
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxfont_1.3.0.bb b/recipes/xorg-lib/libxfont_1.3.0.bb index 27fc891c1e..c7068820b7 100644 --- a/recipes/xorg-lib/libxfont_1.3.0.bb +++ b/recipes/xorg-lib/libxfont_1.3.0.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PR = "r2" PE = "1" |