build: propagate override information to .config file
authorJohn Crispin <john@openwrt.org>
Mon, 9 Feb 2015 12:09:43 +0000 (12:09 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 9 Feb 2015 12:09:43 +0000 (12:09 +0000)
commit7effa8ca7dbe9db1c476acbad486f870d4431d7b
tree4c19148b70277cc65d6389dadaea94c7e2893fdf
parent6e2976dc7c85f1481628e319352c09698a00620c
build: propagate override information to .config file

With this change, override information is now parsed from the metadata
and put in the %packages hash. A new hash - %overrides - is created and
exported, to be used during the .config-package.in generation.

If an override is detected, a new option CONFIG_OVERRIDE_PKGS will be
created in the .config, and will contain a space-separated list of all
the overridden packages.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 44336
scripts/metadata.pl
scripts/metadata.pm