summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-01-14 14:42:01 +0000
committerArmin Kuster <akuster808@gmail.com>2019-01-17 15:53:25 -0800
commit07fbfa0a6ea261efb056655dfb53e1d551a4e23e (patch)
tree4c972578b7654caf4d5d029294391fd78a0ff8f5
parentacd4c16c9ecb4f88f6391b029c4b6eea628f948d (diff)
downloadmeta-security-07fbfa0a6ea261efb056655dfb53e1d551a4e23e.tar.gz
apparmor: enable static libraries neatly
No need to fiddle with the configure arguments as we can just neuter disable-static.inc. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/AppArmor/apparmor_2.12.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb
index 2cf5b7d..303d5c7 100644
--- a/recipes-security/AppArmor/apparmor_2.12.bb
+++ b/recipes-security/AppArmor/apparmor_2.12.bb
@@ -50,8 +50,7 @@ python() {
50 raise bb.parse.SkipRecipe('Requires meta-webserver to be present.') 50 raise bb.parse.SkipRecipe('Requires meta-webserver to be present.')
51} 51}
52 52
53CONFIGUREOPTS_remove = "--disable-static" 53DISABLE_STATIC = ""
54EXTRA_OECONF_append = " --enable-static"
55 54
56do_configure() { 55do_configure() {
57 cd ${S}/libraries/libapparmor 56 cd ${S}/libraries/libapparmor