[oe-commits] Martin Jansa : mkfontdir: convert to BBCLASSEXTENDS

git version control git at git.openembedded.org
Sun Jun 27 09:26:01 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 09:17:01 2010 +0200

mkfontdir: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-app/mkfontdir-native_1.0.3.bb |    8 --------
 recipes/xorg-app/mkfontdir-native_1.0.4.bb |    8 --------
 recipes/xorg-app/mkfontdir-native_1.0.5.bb |    8 --------
 recipes/xorg-app/mkfontdir_1.0.3.bb        |    3 +++
 recipes/xorg-app/mkfontdir_1.0.4.bb        |    1 +
 recipes/xorg-app/mkfontdir_1.0.5.bb        |    1 +
 6 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/recipes/xorg-app/mkfontdir-native_1.0.3.bb b/recipes/xorg-app/mkfontdir-native_1.0.3.bb
deleted file mode 100644
index b849534..0000000
--- a/recipes/xorg-app/mkfontdir-native_1.0.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-inherit native
-
-require mkfontdir_${PV}.bb
-
-DEPENDS = "util-macros-native mkfontscale-native"
-
-S = "${WORKDIR}/mkfontdir-${PV}"
-XORG_PN = "mkfontdir"
diff --git a/recipes/xorg-app/mkfontdir-native_1.0.4.bb b/recipes/xorg-app/mkfontdir-native_1.0.4.bb
deleted file mode 100644
index b849534..0000000
--- a/recipes/xorg-app/mkfontdir-native_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-inherit native
-
-require mkfontdir_${PV}.bb
-
-DEPENDS = "util-macros-native mkfontscale-native"
-
-S = "${WORKDIR}/mkfontdir-${PV}"
-XORG_PN = "mkfontdir"
diff --git a/recipes/xorg-app/mkfontdir-native_1.0.5.bb b/recipes/xorg-app/mkfontdir-native_1.0.5.bb
deleted file mode 100644
index b849534..0000000
--- a/recipes/xorg-app/mkfontdir-native_1.0.5.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-inherit native
-
-require mkfontdir_${PV}.bb
-
-DEPENDS = "util-macros-native mkfontscale-native"
-
-S = "${WORKDIR}/mkfontdir-${PV}"
-XORG_PN = "mkfontdir"
diff --git a/recipes/xorg-app/mkfontdir_1.0.3.bb b/recipes/xorg-app/mkfontdir_1.0.3.bb
index 3f6c3b3..f90d1f8 100644
--- a/recipes/xorg-app/mkfontdir_1.0.3.bb
+++ b/recipes/xorg-app/mkfontdir_1.0.3.bb
@@ -1,9 +1,12 @@
 require xorg-app-common.inc
 
+DESCRIPTION = "a program to create an index of X font files in a directory"
+
 PE = "1"
 
 RDEPENDS_${PN} += "mkfontscale"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "4d0f89a23f77e22f1671a77bf0898955"
 SRC_URI[archive.sha256sum] = "2a786e03611a53c7f6263db446c0c9ef76e94bcf930b0b5867cc6a9c19653074"
diff --git a/recipes/xorg-app/mkfontdir_1.0.4.bb b/recipes/xorg-app/mkfontdir_1.0.4.bb
index 194bd0c..9530fb2 100644
--- a/recipes/xorg-app/mkfontdir_1.0.4.bb
+++ b/recipes/xorg-app/mkfontdir_1.0.4.bb
@@ -6,6 +6,7 @@ PE = "1"
 
 RDEPENDS_${PN} += "mkfontscale"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "35394bf3f746a57fba624dba52fdbba3"
 SRC_URI[archive.sha256sum] = "6f9a3cc70d27704ee8e4ff01d5d69c974b059fd7e470172b68cfa477c7caf8e3"
diff --git a/recipes/xorg-app/mkfontdir_1.0.5.bb b/recipes/xorg-app/mkfontdir_1.0.5.bb
index c0b18c1..750b692 100644
--- a/recipes/xorg-app/mkfontdir_1.0.5.bb
+++ b/recipes/xorg-app/mkfontdir_1.0.5.bb
@@ -6,6 +6,7 @@ PE = "1"
 
 RDEPENDS_${PN} += "mkfontscale"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "9365ac66d19186eaf030482d312fca06"
 SRC_URI[archive.sha256sum] = "a534650cff503619f9101577d816cde283da993bc039273477bd8dfbd01a2d0b"





More information about the Openembedded-commits mailing list