summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-05 15:37:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-11 23:05:12 +0000
commite91261050ea0e81eed84698e020bc492ed0030ca (patch)
tree7b1d63e44026fb0089c14df468ef2a574c419d39
parent96114090ea7b5675c44d98a392b95cfbaf9e9b43 (diff)
downloadpoky-e91261050ea0e81eed84698e020bc492ed0030ca.tar.gz
tar: Fix build determinism, disable rsh
rsh is insecure and obsolete but tar will enable support if the binary is on the host system. Some systems point it at ssh. Lets explictly disable it for now unless someone actually needs/uses this at which point it could become a packageconfig. (From OE-Core rev: d14a4b0db92a9a7d1ff72a2e0faca7f1a23a0b68) (From OE-Core rev: 6bdc5f787af46e9c849947cad06ad40aa401b767) (From OE-Core rev: af4a284bb6fbfd8b58d10d4a5f0f10297c949912) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tar/tar_1.32.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.32.bb b/meta/recipes-extended/tar/tar_1.32.bb
index 18f09b5711..ebe6cb0dbd 100644
--- a/meta/recipes-extended/tar/tar_1.32.bb
+++ b/meta/recipes-extended/tar/tar_1.32.bb
@@ -22,6 +22,8 @@ PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
22 22
23EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" 23EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}"
24 24
25CACHED_CONFIGUREVARS += "tar_cv_path_RSH=no"
26
25# Let aclocal use the relative path for the m4 file rather than the 27# Let aclocal use the relative path for the m4 file rather than the
26# absolute since tar has a lot of m4 files, otherwise there might 28# absolute since tar has a lot of m4 files, otherwise there might
27# be an "Argument list too long" error when it is built in a long/deep 29# be an "Argument list too long" error when it is built in a long/deep