mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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: e5f809068b32df32e506f3067cd6086195e03f12) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -39,7 +39,7 @@ PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd"
|
||||
CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes"
|
||||
|
||||
EXTRA_OEMAKE = 'STRIP=""'
|
||||
EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm"
|
||||
EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm --with-nobody-group=nogroup"
|
||||
|
||||
# rsync 3.0 uses configure.sh instead of configure, and
|
||||
# makefile checks the existence of configure.sh
|
||||
|
||||
Reference in New Issue
Block a user