From: Angelo Compagnucci <angelo@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/pkg-kconfig: fix reconfigure for kconfig packages
Date: Tue, 26 Nov 2019 11:43:33 +0100 [thread overview]
Message-ID: <1574765013-15209-1-git-send-email-angelo@amarulasolutions.com> (raw)
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Kconfig based packages are not really reconfigured if the .config file is not
regenerated in the reconfigure target.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
package/pkg-kconfig.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/pkg-kconfig.mk b/package/pkg-kconfig.mk
index 86d7c14..91cc606 100644
--- a/package/pkg-kconfig.mk
+++ b/package/pkg-kconfig.mk
@@ -176,6 +176,7 @@ $(1)-clean-for-reconfigure: $(1)-clean-kconfig-for-reconfigure
$(1)-clean-kconfig-for-reconfigure:
rm -f $$($(2)_DIR)/.stamp_kconfig_fixup_done
+ rm -f $$($(2)_DIR)/.stamp_dotconfig
# Only enable the foo-*config targets when the package is actually enabled.
# Note: the variable $(2)_KCONFIG_VAR is not related to the kconfig
--
2.7.4
next reply other threads:[~2019-11-26 10:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-26 10:43 Angelo Compagnucci [this message]
2019-11-26 11:48 ` [Buildroot] [PATCH] package/pkg-kconfig: fix reconfigure for kconfig packages Thomas Petazzoni
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=1574765013-15209-1-git-send-email-angelo@amarulasolutions.com \
--to=angelo@amarulasolutions.com \
--cc=buildroot@busybox.net \
/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