[oe-commits] Tom Rini : inetutils 1.8: Add --with-path-procnet-dev so that a path is used.
git version control
git at git.openembedded.org
Thu Jul 15 17:52:13 UTC 2010
Module: openembedded.git
Branch: org.openembedded.dev
Commit: b7445520ce3693f8254804a433a36f050020a915
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b7445520ce3693f8254804a433a36f050020a915
Author: Tom Rini <tom_rini at mentor.com>
Date: Thu Jul 15 12:32:31 2010 -0500
inetutils 1.8: Add --with-path-procnet-dev so that a path is used.
The configure script may say that this is ignored, but it is not.
Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
recipes/inetutils/inetutils_1.8.bb | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/recipes/inetutils/inetutils_1.8.bb b/recipes/inetutils/inetutils_1.8.bb
index 11fb818..d333206 100644
--- a/recipes/inetutils/inetutils_1.8.bb
+++ b/recipes/inetutils/inetutils_1.8.bb
@@ -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
More information about the Openembedded-commits
mailing list