aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 09:17:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:11:20 +0200
commitdaa6a5195582e0c90f6ac5a2845d3202a00f82d4 (patch)
treebc85e08250a4b7319b79ec09c65b637c2179b844 /recipes/xorg-app
parent9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe (diff)
downloadopenembedded-daa6a5195582e0c90f6ac5a2845d3202a00f82d4.tar.gz
mkfontdir: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/mkfontdir-native_1.0.3.bb8
-rw-r--r--recipes/xorg-app/mkfontdir-native_1.0.4.bb8
-rw-r--r--recipes/xorg-app/mkfontdir-native_1.0.5.bb8
-rw-r--r--recipes/xorg-app/mkfontdir_1.0.3.bb3
-rw-r--r--recipes/xorg-app/mkfontdir_1.0.4.bb1
-rw-r--r--recipes/xorg-app/mkfontdir_1.0.5.bb1
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 b84953433e..0000000000
--- 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 b84953433e..0000000000
--- 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 b84953433e..0000000000
--- 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 3f6c3b3905..f90d1f8517 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 194bd0c3f3..9530fb20f5 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 c0b18c1933..750b6924ec 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"