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>
This commit is contained in:
Ross Burton
2019-01-14 14:42:01 +00:00
committed by Armin Kuster
parent acd4c16c9e
commit 07fbfa0a6e
+1 -2
View File
@@ -50,8 +50,7 @@ python() {
raise bb.parse.SkipRecipe('Requires meta-webserver to be present.') raise bb.parse.SkipRecipe('Requires meta-webserver to be present.')
} }
CONFIGUREOPTS_remove = "--disable-static" DISABLE_STATIC = ""
EXTRA_OECONF_append = " --enable-static"
do_configure() { do_configure() {
cd ${S}/libraries/libapparmor cd ${S}/libraries/libapparmor