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 | |
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>
-rw-r--r-- | recipes/xorg-lib/libxfont_1.2.7.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.2.8.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.0.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.2.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.3.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont_1.4.1.bb | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/recipes/xorg-lib/libxfont_1.2.7.bb b/recipes/xorg-lib/libxfont_1.2.7.bb index ceb166de31..0d82d1778c 100644 --- a/recipes/xorg-lib/libxfont_1.2.7.bb +++ b/recipes/xorg-lib/libxfont_1.2.7.bb @@ -8,7 +8,6 @@ SRC_URI += "file://no-scalable-crash.patch" DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" XORG_PN = "libXfont" diff --git a/recipes/xorg-lib/libxfont_1.2.8.bb b/recipes/xorg-lib/libxfont_1.2.8.bb index 407c1183b2..b37c713b15 100644 --- a/recipes/xorg-lib/libxfont_1.2.8.bb +++ b/recipes/xorg-lib/libxfont_1.2.8.bb @@ -8,7 +8,6 @@ SRC_URI += "file://no-scalable-crash.patch" DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" XORG_PN = "libXfont" 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" diff --git a/recipes/xorg-lib/libxfont_1.3.1.bb b/recipes/xorg-lib/libxfont_1.3.1.bb index 9c950a7556..e93fda5659 100644 --- a/recipes/xorg-lib/libxfont_1.3.1.bb +++ b/recipes/xorg-lib/libxfont_1.3.1.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" SRC_URI += "file://no-scalable-crash.patch" diff --git a/recipes/xorg-lib/libxfont_1.3.2.bb b/recipes/xorg-lib/libxfont_1.3.2.bb index 647af1ae8c..f1ad7f8f17 100644 --- a/recipes/xorg-lib/libxfont_1.3.2.bb +++ b/recipes/xorg-lib/libxfont_1.3.2.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" SRC_URI += "file://no-scalable-crash.patch" diff --git a/recipes/xorg-lib/libxfont_1.3.3.bb b/recipes/xorg-lib/libxfont_1.3.3.bb index 66d077cccc..a0e35436e4 100644 --- a/recipes/xorg-lib/libxfont_1.3.3.bb +++ b/recipes/xorg-lib/libxfont_1.3.3.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" XORG_PN = "libXfont" diff --git a/recipes/xorg-lib/libxfont_1.4.1.bb b/recipes/xorg-lib/libxfont_1.4.1.bb index a54c8c63d9..d436d78a26 100644 --- a/recipes/xorg-lib/libxfont_1.4.1.bb +++ b/recipes/xorg-lib/libxfont_1.4.1.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 font rasterisation library" LICENSE= "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" BBCLASSEXTEND = "native" -PROVIDES = "xfont" PE = "1" # disable docs |