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

git version control git at git.openembedded.org
Thu Jun 24 09:16:06 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 09:15:03 2010 +0200

libfontenc: 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/libfontenc-native_1.0.4.bb |    8 --------
 recipes/xorg-lib/libfontenc-native_1.0.5.bb |   11 -----------
 recipes/xorg-lib/libfontenc_1.0.4.bb        |    1 +
 recipes/xorg-lib/libfontenc_1.0.5.bb        |    1 +
 4 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/recipes/xorg-lib/libfontenc-native_1.0.4.bb b/recipes/xorg-lib/libfontenc-native_1.0.4.bb
deleted file mode 100644
index a907e08..0000000
--- a/recipes/xorg-lib/libfontenc-native_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libfontenc_${PV}.bb
-
-DEPENDS = "zlib-native xproto-native"
-PE = "1"
-
-XORG_PN = "libfontenc"
-
-inherit native
diff --git a/recipes/xorg-lib/libfontenc-native_1.0.5.bb b/recipes/xorg-lib/libfontenc-native_1.0.5.bb
deleted file mode 100644
index d60975d..0000000
--- a/recipes/xorg-lib/libfontenc-native_1.0.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require libfontenc_${PV}.bb
-
-DEPENDS = "zlib-native xproto-native"
-PE = "1"
-
-XORG_PN = "libfontenc"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "4f0d8191819be9f2bdf9dad49a65e43b"
-SRC_URI[archive.sha256sum] = "7f3cde0331e9ad3da720b1a8255e121673701199df0802b62380436e74222700"
diff --git a/recipes/xorg-lib/libfontenc_1.0.4.bb b/recipes/xorg-lib/libfontenc_1.0.4.bb
index 13b2ac9..efe5e75 100644
--- a/recipes/xorg-lib/libfontenc_1.0.4.bb
+++ b/recipes/xorg-lib/libfontenc_1.0.4.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 font encoding library"
 LICENSE = "BSD-X"
 DEPENDS += "zlib xproto"
+BBCLASSEXTEND = "native"
 PR = "r1"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libfontenc_1.0.5.bb b/recipes/xorg-lib/libfontenc_1.0.5.bb
index c3d13df..81d8fb2 100644
--- a/recipes/xorg-lib/libfontenc_1.0.5.bb
+++ b/recipes/xorg-lib/libfontenc_1.0.5.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 font encoding library"
 LICENSE = "BSD-X"
 DEPENDS += "zlib xproto"
+BBCLASSEXTEND = "native"
 PR = "r1"
 PE = "1"
 





More information about the Openembedded-commits mailing list