build: define STAMP_CONFIGURED recursively
authorJohn Crispin <john@openwrt.org>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
commit08ae6296ca8be090a113b69e89b1e6935e163e9c
tree0c5bb97b4dddb8aeaabd25433564bd72c234b942
parent2e15b9579916cac13d0a5e4343413e65b4056d4c
build: define STAMP_CONFIGURED recursively

Defining STAMP_CONFIGURED statically caused it not to reflect changes to
PKG_CONFIG_DEPENDS made after including package.mk, like the additional options
added by feeds.mk for all packages.

Furthermore, as STAMP_CONFIGURED_WILDCARD was already defined recursively, the
patsubst in its definition would never match, and in consequence, the stamps
were never removed. This caused packages not to be rebuilt when they should have
been.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44927
include/package.mk