git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d8d8b
)
BUGFIX: Fix dosfstools build, which, due to an unnecessary inherit, wasn't passing...
author
Chris Larson
<clarson@kergoth.com>
Tue, 20 Jan 2004 05:54:51 +0000
(
05:54
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 20 Jan 2004 05:54:51 +0000
(
05:54
+0000)
BKrev: 400cc2ab1syt1-3BONX4Sc8YZDYjog
dosfstools/dosfstools_2.9.oe
patch
|
blob
|
history
diff --git
a/dosfstools/dosfstools_2.9.oe
b/dosfstools/dosfstools_2.9.oe
index
60323d5
..
499567e
100644
(file)
--- 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
}