diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/iputils/iputils_s20190709.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 34 | 34 | ||
| 35 | inherit meson update-alternatives | 35 | inherit meson update-alternatives |
| 36 | 36 | ||
| 37 | EXTRA_OEMESON += "--prefix=${root_prefix}/" | 37 | # Have to disable setcap/suid as its not deterministic |
| 38 | EXTRA_OEMESON += "--prefix=${root_prefix}/ -DNO_SETCAP_OR_SUID=true" | ||
| 38 | 39 | ||
| 39 | ALTERNATIVE_PRIORITY = "100" | 40 | ALTERNATIVE_PRIORITY = "100" |
| 40 | 41 | ||
