All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] iputils: Fix build determinism
@ 2020-02-07  0:00 Richard Purdie
  2020-02-07  0:00 ` [PATCH 2/3] libinput: Fix determinism issue Richard Purdie
  2020-02-07  0:00 ` [PATCH 3/3] libgcrypt: " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2020-02-07  0:00 UTC (permalink / raw)
  To: openembedded-core

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 <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/iputils/iputils_s20190709.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/iputils/iputils_s20190709.bb b/meta/recipes-extended/iputils/iputils_s20190709.bb
index a672ccdb7c0..e0d2ae160ee 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"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-07  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07  0:00 [PATCH 1/3] iputils: Fix build determinism Richard Purdie
2020-02-07  0:00 ` [PATCH 2/3] libinput: Fix determinism issue Richard Purdie
2020-02-07  0:00 ` [PATCH 3/3] libgcrypt: " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.