[oe-commits] Ting Liu : inetutils: not use auto-detected login for telnetd

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 08:45:58 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 61362da81197584c23125e5dcef7a7d8a550c877
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=61362da81197584c23125e5dcef7a7d8a550c877

Author: Ting Liu <ting.liu at freescale.com>
Date:   Tue Aug 12 18:44:14 2014 +0800

inetutils: not use auto-detected login for telnetd

Below error appears as login was auto-detected by default:
| telnetd: /usr/bin/login -p -h 192.168.2.1 : No such file or directory.
| Connection closed by foreign host.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
index 0e47015..315e374 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -37,6 +37,7 @@ PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
 
 EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
         ${noipv6} \
+        inetutils_cv_path_login=${base_bindir}/login \
         --with-libreadline-prefix=${STAGING_LIBDIR} \
         --enable-rpath=no \
 "



More information about the Openembedded-commits mailing list