[oe-commits] Khem Raj : inetutils_1.8.bb: Disable help2man, doesnt work in cross env.

git version control git at git.openembedded.org
Wed Nov 24 23:01:21 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: ee4389ef4a7f800a69e0894958629ab4e0976df2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ee4389ef4a7f800a69e0894958629ab4e0976df2

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov 24 14:50:35 2010 -0800

inetutils_1.8.bb: Disable help2man, doesnt work in cross env.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/inetutils/inetutils_1.8.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/inetutils/inetutils_1.8.bb b/recipes/inetutils/inetutils_1.8.bb
index 8d51767..42fb760 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*
 }





More information about the Openembedded-commits mailing list