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

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


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

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 4606ea350566233e96c38639a2576ee5ac4a42c8
ViewMTN: http://monotone.openembedded.org/revision/info/4606ea350566233e96c38639a2576ee5ac4a42c8
Files:
1
packages/xorg-app/bdftopcf-native_1.0.0.bb
Diffs:

#
# mt diff -rb1c42716de609f22442ae8ff2d3b60fd11307596 -r4606ea350566233e96c38639a2576ee5ac4a42c8
#
# 
# 
# patch "packages/xorg-app/bdftopcf-native_1.0.0.bb"
#  from [60d6c9131e6edb0c83a67fd03de07e9b8331719c]
#    to [7f4e40b838d6811415a1d0a5752d2cc807af3d67]
# 
============================================================
--- packages/xorg-app/bdftopcf-native_1.0.0.bb	60d6c9131e6edb0c83a67fd03de07e9b8331719c
+++ packages/xorg-app/bdftopcf-native_1.0.0.bb	7f4e40b838d6811415a1d0a5752d2cc807af3d67
@@ -1,13 +1,8 @@
-DESCRIPTION = "Native bdftopdf utility"
-SECTION = "x11/fonts"
-LICENSE = "MIT-X"
+inherit native
+require xorg-app-common.inc
 PE = "1"
 
-S="${WORKDIR}/bdftopcf-${PV}"
+XORG_PN = "bdftopcf"
 
 DEPENDS = "libxfont-native"
 
-SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/bdftopcf-X11R7.0-1.0.0.tar.gz"
-
-inherit native autotools pkgconfig
-






More information about the Openembedded-commits mailing list