mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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"
|
CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes"
|
||||||
|
|
||||||
EXTRA_OEMAKE = 'STRIP=""'
|
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
|
# rsync 3.0 uses configure.sh instead of configure, and
|
||||||
# makefile checks the existence of configure.sh
|
# makefile checks the existence of configure.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user