vortex86sx: we use sisfb which gives 2D acceleration
[vuplus_openembedded] / packages / inetutils / inetutils_1.5.bb
1 SECTION = "libs"
2 DEPENDS = "ncurses"
3 LICENSE = "GPL"
4 DESCRIPTION = "The GNU inetutils are a collection of common \
5 networking utilities and servers including ftp, ftpd, rcp, \
6 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
7 talkd, telnet, telnetd, tftp, tftpd, and uucpd."
8
9 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
10 "
11
12 inherit autotools
13
14 EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
15
16 do_configure_prepend () {
17         rm -f ${S}/glob/configure*
18 }