mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
libseccomp: build static library always
Always build static library. This is required e.g. for runc from meta-virtualization in its default configuration. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
bf5dbd0313
commit
2153c59b42
@@ -17,6 +17,8 @@ inherit autotools-brokensep pkgconfig ptest
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
|
||||
|
||||
DISABLE_STATIC = ""
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake -C tests check-build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user