BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing...
authorChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:54:51 +0000 (05:54 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:54:51 +0000 (05:54 +0000)
BKrev: 400cc2ab1syt1-3BONX4Sc8YZDYjog

dosfstools/dosfstools_2.9.oe

index 60323d5..499567e 100644 (file)
@@ -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
 }