blob: 983a685e596d51a9059e006f9ea06d362d050d98 (
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*
}
|