From e1f31ea0b915abaa219d75e6a1f5d9e091de444d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:54:51 +0000 Subject: BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing the necessary variables into the make. BKrev: 400cc2ab1syt1-3BONX4Sc8YZDYjog --- dosfstools/dosfstools_2.9.oe | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe index 60323d58f6..499567ee17 100644 --- a/dosfstools/dosfstools_2.9.oe +++ b/dosfstools/dosfstools_2.9.oe @@ -9,12 +9,6 @@ SRC_URI = ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}. file://${FILESDIR}/alignment_hack.patch;patch=1 \ file://${FILESDIR}/mkdosfs-errno.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