summaryrefslogtreecommitdiff
path: root/dosfstools
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-20 05:54:51 +0000
committerChris Larson <clarson@kergoth.com>2004-01-20 05:54:51 +0000
commite1f31ea0b915abaa219d75e6a1f5d9e091de444d (patch)
treec88fb6319588907ecf7c8192aaef43ab637350a1 /dosfstools
parenta0d8d8b77839854103c1aacc791847c09068c033 (diff)
BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing the necessary variables into the make.
BKrev: 400cc2ab1syt1-3BONX4Sc8YZDYjog
Diffstat (limited to 'dosfstools')
-rw-r--r--dosfstools/dosfstools_2.9.oe6
1 files changed, 0 insertions, 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
}