mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
iputils: Fix build determinism
The suid/setcap code depends on whether setcap is on the host system or not with suid as a fallback. Disable this functionality to be deterministic. (From OE-Core rev: 8b00ec484fb851c301f13145e17707c0167feab1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -34,7 +34,8 @@ PACKAGECONFIG[docs] = "-DBUILD_HTML_MANS=true -DBUILD_MANS=true,-DBUILD_HTML_MAN
|
|||||||
|
|
||||||
inherit meson update-alternatives
|
inherit meson update-alternatives
|
||||||
|
|
||||||
EXTRA_OEMESON += "--prefix=${root_prefix}/"
|
# Have to disable setcap/suid as its not deterministic
|
||||||
|
EXTRA_OEMESON += "--prefix=${root_prefix}/ -DNO_SETCAP_OR_SUID=true"
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user