[oe-commits] Martin Jansa : mkfontdir: always include non-native recipe and use xorg-app-common.inc

git version control git at git.openembedded.org
Mon Jun 14 09:15:08 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 14 10:52:43 2010 +0200

mkfontdir: always include non-native recipe and use xorg-app-common.inc

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

---

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

diff --git a/recipes/xorg-app/mkfontdir-native_1.0.3.bb b/recipes/xorg-app/mkfontdir-native_1.0.3.bb
index 0cfe7a1..b849534 100644
--- a/recipes/xorg-app/mkfontdir-native_1.0.3.bb
+++ b/recipes/xorg-app/mkfontdir-native_1.0.3.bb
@@ -1,14 +1,8 @@
-DESCRIPTION = "X mkfontdir app"
-SECTION = "x11/applications"
-LICENSE = "MIT-X"
-DEPENDS = "util-macros-native mkfontscale-native"
-PE = "1"
+inherit native
 
-S = "${WORKDIR}/mkfontdir-${PV}"
-SRC_URI = "${XORG_MIRROR}/individual/app/mkfontdir-${PV}.tar.bz2"
+require mkfontdir_${PV}.bb
 
-inherit native autotools pkgconfig
+DEPENDS = "util-macros-native mkfontscale-native"
 
-SRC_URI[md5sum] = "4d0f89a23f77e22f1671a77bf0898955"
-SRC_URI[sha256sum] = "2a786e03611a53c7f6263db446c0c9ef76e94bcf930b0b5867cc6a9c19653074"
-PR = "${INC_PR}.0"
+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
index d00b657..b849534 100644
--- a/recipes/xorg-app/mkfontdir-native_1.0.4.bb
+++ b/recipes/xorg-app/mkfontdir-native_1.0.4.bb
@@ -6,4 +6,3 @@ DEPENDS = "util-macros-native mkfontscale-native"
 
 S = "${WORKDIR}/mkfontdir-${PV}"
 XORG_PN = "mkfontdir"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/mkfontdir-native_1.0.5.bb b/recipes/xorg-app/mkfontdir-native_1.0.5.bb
index d00b657..b849534 100644
--- a/recipes/xorg-app/mkfontdir-native_1.0.5.bb
+++ b/recipes/xorg-app/mkfontdir-native_1.0.5.bb
@@ -6,4 +6,3 @@ DEPENDS = "util-macros-native mkfontscale-native"
 
 S = "${WORKDIR}/mkfontdir-${PV}"
 XORG_PN = "mkfontdir"
-PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list