diff options
| author | Ting Liu <ting.liu@freescale.com> | 2014-08-12 18:44:14 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-13 23:28:06 +0200 |
| commit | 61362da81197584c23125e5dcef7a7d8a550c877 (patch) | |
| tree | 5106c153c6492f682a3e5fe85de9a3642fcd0234 /meta-networking/recipes-connectivity/inetutils | |
| parent | 8a428b570d7fbad8b36b1b4061ea51248a83d7c5 (diff) | |
| download | meta-openembedded-61362da81197584c23125e5dcef7a7d8a550c877.tar.gz | |
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@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils')
| -rw-r--r-- | meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 37 | 37 | ||
| 38 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | 38 | EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ |
| 39 | ${noipv6} \ | 39 | ${noipv6} \ |
| 40 | inetutils_cv_path_login=${base_bindir}/login \ | ||
| 40 | --with-libreadline-prefix=${STAGING_LIBDIR} \ | 41 | --with-libreadline-prefix=${STAGING_LIBDIR} \ |
| 41 | --enable-rpath=no \ | 42 | --enable-rpath=no \ |
| 42 | " | 43 | " |
