From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 3/3] stress-ng: disable apparmor from the correct spot
Date: Fri, 6 May 2022 08:41:55 +0200 [thread overview]
Message-ID: <20220506064155.2106140-3-alex@linutronix.de> (raw)
In-Reply-To: <20220506064155.2106140-1-alex@linutronix.de>
do_configure uses the base.bbclass version, which can
call 'make clean', negating the disabling.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ada35dbc4c..e7cc1d1846 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
}
--
2.30.2
prev parent reply other threads:[~2022-05-06 6:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 6:41 [PATCH 1/3] coreutils: update 9.0 -> 9.1 Alexander Kanavin
2022-05-06 6:41 ` [PATCH 2/3] python3-setuptools: upgrade 59.5.0 -> 62.1.0 Alexander Kanavin
2022-05-06 14:51 ` [OE-core] " Luca Ceresoli
2022-05-06 15:03 ` Alexander Kanavin
[not found] ` <16EC8C486B6B2CFD.30531@lists.openembedded.org>
2022-05-11 20:27 ` Alexander Kanavin
2022-05-11 20:29 ` Tim Orling
2022-05-06 6:41 ` Alexander Kanavin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220506064155.2106140-3-alex@linutronix.de \
--to=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox