From 5c5d48e2a92610b64729f7fd24504bba3a5adc1c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 11 Nov 2010 08:16:23 -0700 Subject: inetutils: Use fakeroot in do_install rsh/related and traceroute will otherwise be usuable. Signed-off-by: Tom Rini --- recipes/inetutils/inetutils_1.8.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/inetutils/inetutils_1.8.bb') diff --git a/recipes/inetutils/inetutils_1.8.bb b/recipes/inetutils/inetutils_1.8.bb index 504bfdd6b1..1396c786c1 100644 --- a/recipes/inetutils/inetutils_1.8.bb +++ b/recipes/inetutils/inetutils_1.8.bb @@ -1,12 +1,12 @@ SECTION = "libs" -DEPENDS = "ncurses" +DEPENDS = "ncurses fakeroot-native" LICENSE = "GPL" DESCRIPTION = "The GNU inetutils are a collection of common \ networking utilities and servers including ftp, ftpd, rcp, \ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ talkd, telnet, telnetd, tftp, tftpd, and uucpd." -PR = "r5" +PR = "r6" SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ " @@ -21,7 +21,7 @@ do_configure_prepend () { rm -f ${S}/glob/configure* } -do_install () { +fakeroot do_install () { autotools_do_install install -d ${D}${base_sbindir} ${D}${base_bindir} mv ${D}${bindir}/tftp ${D}${bindir}/tftp.${PN} -- cgit 1.2.3-korg