[oe-commits] org.oe.dev font-util-native: simplify recipe, use the same source tarball as font-util

pH5 commit openembedded-commits at lists.openembedded.org
Sun Feb 3 00:05:34 UTC 2008


font-util-native: simplify recipe, use the same source tarball as font-util

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 9ffd2a28e373f472fe60ae833c1effe73b2bed70
ViewMTN: http://monotone.openembedded.org/revision/info/9ffd2a28e373f472fe60ae833c1effe73b2bed70
Files:
1
packages/xorg-font/font-util-native_1.0.1.bb
Diffs:

#
# mt diff -r4606ea350566233e96c38639a2576ee5ac4a42c8 -r9ffd2a28e373f472fe60ae833c1effe73b2bed70
#
# 
# 
# patch "packages/xorg-font/font-util-native_1.0.1.bb"
#  from [e15331aa720a2c0392a072ac4bedee6d2406739c]
#    to [38bd9ec3ecff18a104db97c5ea359a0ec7b06c93]
# 
============================================================
--- packages/xorg-font/font-util-native_1.0.1.bb	e15331aa720a2c0392a072ac4bedee6d2406739c
+++ packages/xorg-font/font-util-native_1.0.1.bb	38bd9ec3ecff18a104db97c5ea359a0ec7b06c93
@@ -1,13 +1,8 @@
-DESCRIPTION = "X font utils."
-SECTION = "x11/fonts"
-LICENSE = "MIT-X"
+inherit native
+require xorg-font-common.inc
 
-S="${WORKDIR}/font-util-${PV}"
+XORG_PN = "font-util"
 
 DEPENDS = "bdftopcf-native"
 
 PE = "1"
-
-SRC_URI = "${XORG_MIRROR}/X11R7.1/src/font/font-util-${PV}.tar.gz"
-
-inherit native autotools pkgconfig






More information about the Openembedded-commits mailing list