[oe-commits] org.oe.dev inetutils: bumped up to latest upstream revision

mwester commit openembedded-commits at lists.openembedded.org
Sat Feb 2 21:07:50 UTC 2008


inetutils: bumped up to latest upstream revision

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: b1c42716de609f22442ae8ff2d3b60fd11307596
ViewMTN: http://monotone.openembedded.org/revision/info/b1c42716de609f22442ae8ff2d3b60fd11307596
Files:
1
packages/inetutils/inetutils_1.5.bb
Diffs:

#
# mt diff -ra78f1ac200a2335e43caa6bd63981d7e83454284 -rb1c42716de609f22442ae8ff2d3b60fd11307596
#
# 
# 
# add_file "packages/inetutils/inetutils_1.5.bb"
#  content [dfddc68af03f52a9106590446cca1d62313b47dc]
# 
============================================================
--- packages/inetutils/inetutils_1.5.bb	dfddc68af03f52a9106590446cca1d62313b47dc
+++ packages/inetutils/inetutils_1.5.bb	dfddc68af03f52a9106590446cca1d62313b47dc
@@ -0,0 +1,17 @@
+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"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
+
+do_configure_prepend () {
+	rm -f ${S}/glob/configure*
+}






More information about the Openembedded-commits mailing list