From: Tom Rini Date: Tue, 12 Mar 2019 20:07:22 +0000 (-0400) Subject: inetutils: Disable rsh, etc in the build X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e13dad6ea76dd036098ef62427804e4138bf83b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb index 4aa350947af..ec1384eabd3 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} \ --enable-rpath=no \ " -EXTRA_OECONF_append_libc-musl = " --disable-rsh --disable-rcp --disable-rlogin --disable-rexec --disable-rexecd" +# These are horrible for security, disable them +EXTRA_OECONF_append = " --disable-rsh --disable-rshd --disable-rcp \ + --disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd" do_configure_prepend () { export HELP2MAN='true'