build: define STAMP_CONFIGURED recursively
authorJohn Crispin <blogic@openwrt.org>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
commit842ad7cb8a4878c76f5d654a07eddb8dfb619a9c
treef2338100cc39ee8acbeb45ee32b136d8e4ffce98
parentaca9d9ab4d1f928e8c71eca9540794e28d3a5108
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44927 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/package.mk