mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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: cbbbee1dce84d6ff62fb72282088f839cb642857) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a752faa152df031df5acaa40491299ac115109a4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6fb5afb65d
commit
0b10203499
@@ -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