From 61362da81197584c23125e5dcef7a7d8a550c877 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 12 Aug 2014 18:44:14 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') 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 0e47015c0e..315e37499f 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 \ " -- cgit 1.2.3-korg