diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /inetutils | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'inetutils')
-rw-r--r-- | inetutils/inetutils_1.4.2.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe index b49cf5b311..f98c2af434 100644 --- a/inetutils/inetutils_1.4.2.oe +++ b/inetutils/inetutils_1.4.2.oe @@ -6,12 +6,13 @@ networking utilities and servers including ftp, ftpd, rcp, \ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ talkd, telnet, telnetd, tftp, tftpd, and uucpd." -SRC_URI = ${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools -EXTRA_OECONF = --with-ncurses-include-dir=${STAGING_INCDIR} +EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}" + do_configure_prepend () { rm -f ${S}/glob/configure* } |