rules.mk: make PKG_CONFIG_DEPENDS properly track string values
authorMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 24 Feb 2017 11:16:33 +0000 (12:16 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 12 Dec 2017 14:40:41 +0000 (15:40 +0100)
commit4af145ea670d5cc0513948c9265f289b0a2fa844
treec8e8b214ac617c40e8e1d36021141f26ab90d4f5
parent2b664499cd6223b8063c648d8b1499431bc1103f
rules.mk: make PKG_CONFIG_DEPENDS properly track string values

The confvar macro is adjusted to not only consider if a variable has a
value or not, but also the value itself. Instead of creating a string of
'y' and 'n' characters, all variable names and values are concatenated
and hashed.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit 5ef0854b1109ba2dbd1dd3d9f87ce5801002d0ba)
rules.mk