]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
stress-ng: disable apparmor from the correct spot
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 5 May 2022 15:17:57 +0000 (17:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2022 21:31:58 +0000 (22:31 +0100)
do_configure uses the base.bbclass version, which can
call 'make clean', negating the disabling.

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>
meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb

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