diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-12 16:07:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-18 11:12:26 +0000 |
commit | 9eb09f7af38850cd6a3e9a90d4240e4f42c6765a (patch) | |
tree | 472adbe38008992698443bc065349a6308d14955 | |
parent | e2a47ca54b78a9478086c0ffd62af9518de0b829 (diff) | |
download | poky-9eb09f7af38850cd6a3e9a90d4240e4f42c6765a.tar.gz |
inetutils: Disable rsh, etc in the build
It is long since past time for rsh and company to be retired from the
world. Disable building these now.
Suggested-by: Khem Raj <raj.khem@gmail.com>
(From OE-Core rev: 9e13dad6ea76dd036098ef62427804e4138bf83b)
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb index 4aa350947a..ec1384eabd 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
@@ -49,7 +49,9 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | |||
49 | --enable-rpath=no \ | 49 | --enable-rpath=no \ |
50 | " | 50 | " |
51 | 51 | ||
52 | EXTRA_OECONF_append_libc-musl = " --disable-rsh --disable-rcp --disable-rlogin --disable-rexec --disable-rexecd" | 52 | # These are horrible for security, disable them |
53 | EXTRA_OECONF_append = " --disable-rsh --disable-rshd --disable-rcp \ | ||
54 | --disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd" | ||
53 | 55 | ||
54 | do_configure_prepend () { | 56 | do_configure_prepend () { |
55 | export HELP2MAN='true' | 57 | export HELP2MAN='true' |