summaryrefslogtreecommitdiff
path: root/inetutils/inetutils_1.4.2.oe
blob: 7bb181aa5e705decbb4f5f835361b8c9af51a546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 ncurses"
LICENSE = "GPL"

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}
do_configure_prepend () {
	rm -f ${S}/glob/configure*
}