inetutils 1.8: Add --with-path-procnet-dev so that a path is used.
authorTom Rini <tom_rini@mentor.com>
Thu, 15 Jul 2010 17:32:31 +0000 (12:32 -0500)
committerTom Rini <tom_rini@mentor.com>
Thu, 15 Jul 2010 17:52:06 +0000 (12:52 -0500)
The configure script may say that this is ignored, but it is not.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/inetutils/inetutils_1.8.bb

index 11fb818..d333206 100644 (file)
@@ -6,14 +6,15 @@ networking utilities and servers including ftp, ftpd, rcp, \
 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
 talkd, telnet, telnetd, tftp, tftpd, and uucpd."
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
 "
 
 inherit autotools
 
-EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
+EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
+               --with-path-procnet-dev=/proc/net/dev"
 
 do_configure_prepend () {
        cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath