summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-22 12:35:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-10 00:24:26 +0000
commit2f94f814799c3a584999b02d6e76e65dc8e4b0c4 (patch)
tree9233e5e39b6de60f1bb0ada8b9b17215bfbc0547 /meta
parent462b40d8192e5afcd9c43e49ebfa5a90cd94d16c (diff)
downloadpoky-2f94f814799c3a584999b02d6e76e65dc8e4b0c4.tar.gz
rsync: Fix group name determinism issue
configure falls back to inspecting the host#s /etc/group for the nobody/nogroup naming. Pass the correct value to configure to ensure host differences don't sneak in. (From OE-Core rev: a7048245d3d3d14ba4ec0a3af3fc117c2f4e107b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e5f809068b32df32e506f3067cd6086195e03f12) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
index 08778ec908..e6a3a67881 100644
--- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
@@ -39,7 +39,7 @@ PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd"
39CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes" 39CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes"
40 40
41EXTRA_OEMAKE = 'STRIP=""' 41EXTRA_OEMAKE = 'STRIP=""'
42EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm" 42EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm --with-nobody-group=nogroup"
43 43
44# rsync 3.0 uses configure.sh instead of configure, and 44# rsync 3.0 uses configure.sh instead of configure, and
45# makefile checks the existence of configure.sh 45# makefile checks the existence of configure.sh