diff options
| author | Tom Rini <tom_rini@mentor.com> | 2010-07-15 12:32:31 -0500 |
|---|---|---|
| committer | Tom Rini <tom_rini@mentor.com> | 2010-07-15 12:52:06 -0500 |
| commit | b7445520ce3693f8254804a433a36f050020a915 (patch) | |
| tree | ec441fad032e1aaf572b9fe3b37b8629569f8eb8 | |
| parent | 6a40c799955804724a5f7aadf39cd33d359377ff (diff) | |
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@mentor.com>
| -rw-r--r-- | 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 11fb818647..d3332062cf 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 |
