First pass of .oe cleanups.
[openembedded.git] / inetutils / inetutils_1.4.2.oe
1 DEPENDS = "virtual/libc ncurses"
2 RDEPENDS = "libc6 ncurses"
3 LICENSE = "GPL"
4
5 SRC_URI = ${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
6           file://${FILESDIR}/configure.patch;patch=1
7
8 inherit autotools
9
10 EXTRA_OECONF = --with-ncurses-include-dir=${STAGING_INCDIR}
11 do_configure_prepend () {
12         rm -f ${S}/glob/configure*
13 }