[oe-commits] Martin Jansa : libxfont: convert to BBCLASSEXTEND

git version control git at git.openembedded.org
Fri Jun 25 05:31:19 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3071ca90a74b0a03071259cd54d6523b115fede7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3071ca90a74b0a03071259cd54d6523b115fede7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 14:13:54 2010 +0200

libxfont: convert to BBCLASSEXTEND

* PR will be bumped later with INC_PR conversion

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-lib/libxfont-native_1.3.0.bb |   14 --------------
 recipes/xorg-lib/libxfont-native_1.3.2.bb |   14 --------------
 recipes/xorg-lib/libxfont-native_1.4.1.bb |   14 --------------
 recipes/xorg-lib/libxfont_1.2.7.bb        |    3 ++-
 recipes/xorg-lib/libxfont_1.2.8.bb        |    3 ++-
 recipes/xorg-lib/libxfont_1.3.0.bb        |    1 +
 recipes/xorg-lib/libxfont_1.3.1.bb        |    1 +
 recipes/xorg-lib/libxfont_1.3.2.bb        |    1 +
 recipes/xorg-lib/libxfont_1.3.3.bb        |    3 +--
 recipes/xorg-lib/libxfont_1.4.1.bb        |    3 +--
 10 files changed, 9 insertions(+), 48 deletions(-)

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
index 45fe476..0000000
--- a/recipes/xorg-lib/libxfont-native_1.3.0.bb
+++ /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
index 30b505c..0000000
--- a/recipes/xorg-lib/libxfont-native_1.3.2.bb
+++ /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
index 4fb94bf..0000000
--- a/recipes/xorg-lib/libxfont-native_1.4.1.bb
+++ /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"
diff --git a/recipes/xorg-lib/libxfont_1.2.7.bb b/recipes/xorg-lib/libxfont_1.2.7.bb
index c6cbff8..ceb166d 100644
--- a/recipes/xorg-lib/libxfont_1.2.7.bb
+++ b/recipes/xorg-lib/libxfont_1.2.7.bb
@@ -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"
 
diff --git a/recipes/xorg-lib/libxfont_1.2.8.bb b/recipes/xorg-lib/libxfont_1.2.8.bb
index 9d98479..407c118 100644
--- a/recipes/xorg-lib/libxfont_1.2.8.bb
+++ b/recipes/xorg-lib/libxfont_1.2.8.bb
@@ -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"
 
diff --git a/recipes/xorg-lib/libxfont_1.3.0.bb b/recipes/xorg-lib/libxfont_1.3.0.bb
index 6f63f7b..27fc891 100644
--- a/recipes/xorg-lib/libxfont_1.3.0.bb
+++ b/recipes/xorg-lib/libxfont_1.3.0.bb
@@ -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"
diff --git a/recipes/xorg-lib/libxfont_1.3.1.bb b/recipes/xorg-lib/libxfont_1.3.1.bb
index a6be89f..9c950a7 100644
--- a/recipes/xorg-lib/libxfont_1.3.1.bb
+++ b/recipes/xorg-lib/libxfont_1.3.1.bb
@@ -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"
 
diff --git a/recipes/xorg-lib/libxfont_1.3.2.bb b/recipes/xorg-lib/libxfont_1.3.2.bb
index 5c9f08b..647af1a 100644
--- a/recipes/xorg-lib/libxfont_1.3.2.bb
+++ b/recipes/xorg-lib/libxfont_1.3.2.bb
@@ -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"
 
diff --git a/recipes/xorg-lib/libxfont_1.3.3.bb b/recipes/xorg-lib/libxfont_1.3.3.bb
index 17cf158..66d077c 100644
--- a/recipes/xorg-lib/libxfont_1.3.3.bb
+++ b/recipes/xorg-lib/libxfont_1.3.3.bb
@@ -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"
diff --git a/recipes/xorg-lib/libxfont_1.4.1.bb b/recipes/xorg-lib/libxfont_1.4.1.bb
index 4ec9e23..a54c8c6 100644
--- a/recipes/xorg-lib/libxfont_1.4.1.bb
+++ b/recipes/xorg-lib/libxfont_1.4.1.bb
@@ -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 "
 





More information about the Openembedded-commits mailing list