stress-ng: disable apparmor from the correct spot

do_configure uses the base.bbclass version, which can
call 'make clean', negating the disabling.

(From OE-Core rev: 5ab122a79ec3c65c2704b2f47c59b357c425dad0)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-05-05 17:17:57 +02:00
committed by Richard Purdie
parent 6860c248ff
commit c91140ae2c

View File

@@ -20,7 +20,7 @@ RCONFLICTS:${PN} = "stress"
inherit bash-completion
do_configure:prepend() {
do_compile:prepend() {
mkdir -p configs
touch configs/HAVE_APPARMOR
}