package/pkg-kconfig: fix reconfigure for kconfig packages
Commit4b81badbcc
Currently, calling foo-reconfigure for a kconfig-based package will not re-trigger the configuration (kconfig-wise) step for the package. was supposed to solve this problem and lately we had Commit05fea6e4a6
infra/pkg-kconfig: do not rely on package's .config as a timestamp that introduced the .stamp_dotconfig file. For this reason, to trigger a kconfig package reconfigure is now necessary to remove the .stamp_dotconfig file. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a991a6c834
commit
d1f1947af1
@ -176,7 +176,7 @@ $$($(2)_TARGET_CONFIGURE): $$($(2)_DIR)/.stamp_kconfig_fixup_done
|
||||
$(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)/$$($(2)_KCONFIG_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
|
||||
|
Loading…
Reference in New Issue
Block a user