package/pkg-kconfig: fix reconfigure for kconfig packages
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Tue, 26 Nov 2019 13:24:58 +0000 (14:24 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Dec 2019 20:32:58 +0000 (21:32 +0100)
commitd1f1947af12fc47933c7ea8fa90fc40d423affd2
tree72e9ae6fb0be4a8a46b8a263eb1548e96d8a9384
parenta991a6c83474e888fd7ed4bf6fc68dd8e180d916
package/pkg-kconfig: fix reconfigure for kconfig packages

Commit 4b81badbcc0b25678ac6627548160702731cf393

    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

Commit 05fea6e4a60a38a797d9bacbf318a2cd7dbd435f

    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>
package/pkg-kconfig.mk