diff options
Diffstat (limited to 'inetutils/inetutils_1.4.2.oe')
-rw-r--r-- | inetutils/inetutils_1.4.2.oe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe deleted file mode 100644 index 6d77638a77..0000000000 --- a/inetutils/inetutils_1.4.2.oe +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "libs" -DEPENDS = "ncurses" -LICENSE = "GPL" -DESCRIPTION = "The GNU inetutils are a collection of common \ -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://configure.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}" - -do_configure_prepend () { - rm -f ${S}/glob/configure* -} |