libxfont: convert to BBCLASSEXTEND
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Jun 2010 12:13:54 +0000 (14:13 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 25 Jun 2010 05:30:35 +0000 (07:30 +0200)
* PR will be bumped later with INC_PR conversion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-lib/libxfont-native_1.3.0.bb [deleted file]
recipes/xorg-lib/libxfont-native_1.3.2.bb [deleted file]
recipes/xorg-lib/libxfont-native_1.4.1.bb [deleted file]
recipes/xorg-lib/libxfont_1.2.7.bb
recipes/xorg-lib/libxfont_1.2.8.bb
recipes/xorg-lib/libxfont_1.3.0.bb
recipes/xorg-lib/libxfont_1.3.1.bb
recipes/xorg-lib/libxfont_1.3.2.bb
recipes/xorg-lib/libxfont_1.3.3.bb
recipes/xorg-lib/libxfont_1.4.1.bb

diff --git a/recipes/xorg-lib/libxfont-native_1.3.0.bb b/recipes/xorg-lib/libxfont-native_1.3.0.bb
deleted file mode 100644 (file)
index 45fe476..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require libxfont_${PV}.bb
-
-DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \
-           libfontenc-native xtrans-native freetype-native util-macros-native"
-PROVIDES = "${P} ${PF} ${PN}"
-PE = "1"
-
-# no need for patch used in libxfont
-SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "d1d3fa170d74b066f1f23ca8574e7c90"
-SRC_URI[sha256sum] = "07567b9880f28d1a404389c024a185419bfe81136aef3d9eda52407f34c3d3dd"
diff --git a/recipes/xorg-lib/libxfont-native_1.3.2.bb b/recipes/xorg-lib/libxfont-native_1.3.2.bb
deleted file mode 100644 (file)
index 30b505c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require libxfont_${PV}.bb
-
-DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \
-           libfontenc-native xtrans-native freetype-native util-macros-native"
-PROVIDES = "${P} ${PF} ${PN}"
-PE = "1"
-
-# no need for patch used in libxfont
-SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "64f510ebf9679f3a97a3d633cbee4f50"
-SRC_URI[sha256sum] = "c167cfd529b7c67f496ee0bed3c0b43e0107de0f689d387c1c0e23ef7cf3d2f2"
diff --git a/recipes/xorg-lib/libxfont-native_1.4.1.bb b/recipes/xorg-lib/libxfont-native_1.4.1.bb
deleted file mode 100644 (file)
index 4fb94bf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require libxfont_${PV}.bb
-
-DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \
-           libfontenc-native xtrans-native freetype-native util-macros-native"
-PROVIDES = "${P} ${PF} ${PN}"
-PE = "1"
-
-# no need for patch used in libxfont
-SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "4f2bed2a2be82e90a51a24bb3a22cdf0"
-SRC_URI[sha256sum] = "112bfc30820b98deec4c9914536c5aa2f8b5162bd2b0bdb342343168e06f7679"
index c6cbff8..ceb166d 100644 (file)
@@ -1,5 +1,4 @@
 require xorg-lib-common.inc
-PE = "1"
 
 DESCRIPTION = "X font library (used by the X server)."
 LICENSE= "BSD-X"
@@ -8,7 +7,9 @@ PRIORITY = "optional"
 SRC_URI += "file://no-scalable-crash.patch"
 
 DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc"
+BBCLASSEXTEND = "native"
 PROVIDES = "xfont"
+PE = "1"
 
 XORG_PN = "libXfont"
 
index 9d98479..407c118 100644 (file)
@@ -1,5 +1,4 @@
 require xorg-lib-common.inc
-PE = "1"
 
 DESCRIPTION = "X font library (used by the X server)."
 LICENSE= "BSD-X"
@@ -8,7 +7,9 @@ PRIORITY = "optional"
 SRC_URI += "file://no-scalable-crash.patch"
 
 DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc"
+BBCLASSEXTEND = "native"
 PROVIDES = "xfont"
+PE = "1"
 
 XORG_PN = "libXfont"
 
index 6f63f7b..27fc891 100644 (file)
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 font rasterisation library"
 LICENSE= "BSD-X"
 DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
+BBCLASSEXTEND = "native"
 PROVIDES = "xfont"
 PR = "r2"
 PE = "1"
index a6be89f..9c950a7 100644 (file)
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 font rasterisation library"
 LICENSE= "BSD-X"
 DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
+BBCLASSEXTEND = "native"
 PROVIDES = "xfont"
 PE = "1"
 
index 5c9f08b..647af1a 100644 (file)
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 font rasterisation library"
 LICENSE= "BSD-X"
 DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
+BBCLASSEXTEND = "native"
 PROVIDES = "xfont"
 PE = "1"
 
index 17cf158..66d077c 100644 (file)
@@ -3,11 +3,10 @@ require xorg-lib-common.inc
 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"
-
 XORG_PN = "libXfont"
 
 SRC_URI[archive.md5sum] = "4f174b9613f87cf00d731da428a1b194"
index 4ec9e23..a54c8c6 100644 (file)
@@ -3,11 +3,10 @@ require xorg-lib-common.inc
 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"
-
 # disable docs
 EXTRA_OECONF += " --disable-devel-docs "