From: Khem Raj Date: Wed, 24 Nov 2010 22:50:35 +0000 (-0800) Subject: inetutils_1.8.bb: Disable help2man, doesnt work in cross env. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e9eb4c0902cb7337ee7505b11048362a79bedf;p=openembedded.git inetutils_1.8.bb: Disable help2man, doesnt work in cross env. Signed-off-by: Khem Raj --- diff --git a/recipes/inetutils/inetutils_1.8.bb b/recipes/inetutils/inetutils_1.8.bb index 8d51767744..42fb760c57 100644 --- a/recipes/inetutils/inetutils_1.8.bb +++ b/recipes/inetutils/inetutils_1.8.bb @@ -6,7 +6,7 @@ networking utilities and servers including ftp, ftpd, rcp, \ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ talkd, telnet, telnetd, tftp, tftpd, and uucpd." -PR = "r7" +PR = "r8" SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ file://inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch \ @@ -25,7 +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' + export HELP2MAN='true' cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath rm -f ${S}/glob/configure* }