From: Chris Larson Date: Tue, 20 Jan 2004 05:54:51 +0000 (+0000) Subject: BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing... X-Git-Tag: Release-2010-05/1~20297 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f31ea0b915abaa219d75e6a1f5d9e091de444d;p=openembedded.git BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing the necessary variables into the make. BKrev: 400cc2ab1syt1-3BONX4Sc8YZDYjog --- 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 }