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)
commit385535f8dba2d9be09726251a93e8745930d30a8
treef2338100cc39ee8acbeb45ee32b136d8e4ffce98
parent8a481ade434e979664b8f67708bde618faba397f
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