aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inetutils/inetutils_1.8.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-23 12:36:14 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-23 12:38:10 -0800
commit90d77fc576c8586239ef5132e4cb0e42a19a22f4 (patch)
tree3f50b02d014ffeec8979d031cc64de16937dad27 /recipes/inetutils/inetutils_1.8.bb
parenta68b58f3c625563829491686be5f1ed3336acb79 (diff)
downloadopenembedded-90d77fc576c8586239ef5132e4cb0e42a19a22f4.tar.gz
inetutils-1.8: Fix builds for uclibc
Currently it does not build for uclibc this patch which is port of patch posted by Mike Frysinger to buildroot fixes the problems except that for man2html we need to invoke it differently. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/inetutils/inetutils_1.8.bb')
-rw-r--r--recipes/inetutils/inetutils_1.8.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes/inetutils/inetutils_1.8.bb b/recipes/inetutils/inetutils_1.8.bb
index 1396c786c1..8d51767744 100644
--- a/recipes/inetutils/inetutils_1.8.bb
+++ b/recipes/inetutils/inetutils_1.8.bb
@@ -6,9 +6,17 @@ networking utilities and servers including ftp, ftpd, rcp, \
rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
talkd, telnet, telnetd, tftp, tftpd, and uucpd."
-PR = "r6"
+PR = "r7"
SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
+ file://inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch \
+ file://inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch \
+ file://inetutils-1.8-0003-wchar.patch \
+ file://inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch \
+ file://inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch \
+ file://inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch \
+ file://inetutils-1.8-1004-detect-fork-support.patch \
+ file://inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch \
"
inherit autotools
@@ -17,6 +25,7 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
--with-path-procnet-dev=/proc/net/dev"
do_configure_prepend () {
+ export HELP2MAN='help2man --no-discard-stderr'
cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath
rm -f ${S}/glob/configure*
}