From: Alexander Kanavin Date: Thu, 5 May 2022 15:17:57 +0000 (+0200) Subject: stress-ng: disable apparmor from the correct spot X-Git-Tag: uninative-3.7~884 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab122a79ec3c65c2704b2f47c59b357c425dad0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git stress-ng: disable apparmor from the correct spot do_configure uses the base.bbclass version, which can call 'make clean', negating the disabling. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb index ada35dbc4c2..e7cc1d18460 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb @@ -20,7 +20,7 @@ RCONFLICTS:${PN} = "stress" inherit bash-completion -do_configure:prepend() { +do_compile:prepend() { mkdir -p configs touch configs/HAVE_APPARMOR }