build: define STAMP_CONFIGURED recursively
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Mar 2015 21:47:53 +0000 (21:47 +0000)
commit2033adee26fb7079c4d9d02f369a6a0dbdacbaa5
treef2338100cc39ee8acbeb45ee32b136d8e4ffce98
parent0bac113f58eed7a9aac57350096bc20f59d15a65
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