mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
committed by
Richard Purdie
parent
6860c248ff
commit
c91140ae2c
@@ -20,7 +20,7 @@ RCONFLICTS:${PN} = "stress"
|
||||
|
||||
inherit bash-completion
|
||||
|
||||
do_configure:prepend() {
|
||||
do_compile:prepend() {
|
||||
mkdir -p configs
|
||||
touch configs/HAVE_APPARMOR
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user