diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-14 14:42:01 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-01-17 15:53:25 -0800 |
commit | 07fbfa0a6ea261efb056655dfb53e1d551a4e23e (patch) | |
tree | 4c972578b7654caf4d5d029294391fd78a0ff8f5 | |
parent | acd4c16c9ecb4f88f6391b029c4b6eea628f948d (diff) | |
download | meta-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.bb | 3 |
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 | ||
53 | CONFIGUREOPTS_remove = "--disable-static" | 53 | DISABLE_STATIC = "" |
54 | EXTRA_OECONF_append = " --enable-static" | ||
55 | 54 | ||
56 | do_configure() { | 55 | do_configure() { |
57 | cd ${S}/libraries/libapparmor | 56 | cd ${S}/libraries/libapparmor |