summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-09-01 21:48:13 +0200
committerArmin Kuster <akuster808@gmail.com>2019-09-01 15:11:17 -0700
commit2153c59b429293120095a2bd4562f4f7553c1ae7 (patch)
tree3a27fb436f324cd99aba58a06d32ecbd858bc95c
parentbf5dbd0313610ebf46a4feb141cc49afd1d3815a (diff)
downloadmeta-security-2153c59b429293120095a2bd4562f4f7553c1ae7.tar.gz
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>
-rw-r--r--recipes-security/libseccomp/libseccomp_2.4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.4.1.bb b/recipes-security/libseccomp/libseccomp_2.4.1.bb
index dba1be5..37a7982 100644
--- a/recipes-security/libseccomp/libseccomp_2.4.1.bb
+++ b/recipes-security/libseccomp/libseccomp_2.4.1.bb
@@ -17,6 +17,8 @@ inherit autotools-brokensep pkgconfig ptest
17PACKAGECONFIG ??= "" 17PACKAGECONFIG ??= ""
18PACKAGECONFIG[python] = "--enable-python, --disable-python, python" 18PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
19 19
20DISABLE_STATIC = ""
21
20do_compile_ptest() { 22do_compile_ptest() {
21 oe_runmake -C tests check-build 23 oe_runmake -C tests check-build
22} 24}