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:
58990d8
)
Fix grep 2.5 build.
author
Chris Larson
<clarson@kergoth.com>
Thu, 24 Jun 2004 21:44:14 +0000
(21:44 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 24 Jun 2004 21:44:14 +0000
(21:44 +0000)
BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw
grep/grep_2.5.oe
patch
|
blob
|
history
diff --git
a/grep/grep_2.5.oe
b/grep/grep_2.5.oe
index
0014a76
..
903e874
100644
(file)
--- a/
grep/grep_2.5.oe
+++ b/
grep/grep_2.5.oe
@@
-7,3
+7,8
@@
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
inherit autotools
EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
+
+do_configure () {
+ rm -f ${S}/m4/init.m4
+ autotools_do_configure
+}