From: Richard Purdie Date: Thu, 6 Feb 2020 23:34:46 +0000 (+0000) Subject: iputils: Fix build determinism X-Git-Tag: uninative-2.8~269 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8b00ec484fb851c301f13145e17707c0167feab1;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/iputils/iputils_s20190709.bb b/meta/recipes-extended/iputils/iputils_s20190709.bb index a672ccdb7c..e0d2ae160e 100644 --- a/meta/recipes-extended/iputils/iputils_s20190709.bb +++ b/meta/recipes-extended/iputils/iputils_s20190709.bb @@ -34,7 +34,8 @@ PACKAGECONFIG[docs] = "-DBUILD_HTML_MANS=true -DBUILD_MANS=true,-DBUILD_HTML_MAN 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"