mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
file: explicitly disable seccomp
file will automatically enable seccomp if the seccomp headers are available, but the build will fail on Opensuse Tumbleweed because the include paths are wrong. Enabling seccomp is a bad idea because it interacts badly with pseudo (causing build failures), so explicitly and globally disable seccomp. (From OE-Core rev: a752faa152df031df5acaa40491299ac115109a4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d619931ee
commit
8569cb2758
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools update-alternatives
|
||||
|
||||
EXTRA_OECONF += "--disable-libseccomp"
|
||||
|
||||
ALTERNATIVE_${PN} = "file"
|
||||
ALTERNATIVE_LINK_NAME[file] = "${bindir}/file"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user