From: Philipp Zabel Date: Sat, 2 Feb 2008 23:05:52 +0000 (+0000) Subject: bdftopcf-native: simplify recipe, use the same source tarball as bdftopcf X-Git-Tag: Release-2010-05/1~7765^2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d04dd1dca9f1dcc022d0c808bafc39ec04aadf;p=openembedded.git bdftopcf-native: simplify recipe, use the same source tarball as bdftopcf --- diff --git a/packages/xorg-app/bdftopcf-native_1.0.0.bb b/packages/xorg-app/bdftopcf-native_1.0.0.bb index 8ab592b2b2..41049946e5 100644 --- a/packages/xorg-app/bdftopcf-native_1.0.0.bb +++ b/packages/xorg-app/bdftopcf-native_1.0.0.bb @@ -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 -