From 89f514b9d243fe551466eae22a72e482a2c99541 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 16 Oct 2003 21:58:08 +0000 Subject: apmd_3.2.0.oe: apmd: fix the build after the cross libtool changes. dosfstools_2.9.oe: dosfstools: new upstream source url, and inherit autotools. BKrev: 3f8f1470cvtPAsIB_JZczDcbul6VTg --- dosfstools/dosfstools_2.9.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'dosfstools') diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe index e69de29bb2..9dbec99d63 100644 --- a/dosfstools/dosfstools_2.9.oe +++ b/dosfstools/dosfstools_2.9.oe @@ -0,0 +1,19 @@ +DESCRIPTION="DOS FAT Filesystem Utilities" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Greg Gilbert " +DEPENDS=virtual/libc +RDEPENDS="libc6" + +SRC_URI = ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ + file://${FILESDIR}/alignment_hack.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = "--with-curses-terminfo" +#EXTRA_OECONF = "--with-curses-terminfo --enable-libs='-lncurses'" + +do_install () { + set -e + oe_runmake 'PREFIX=${D}' install +} -- cgit v1.2.3