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)
commite2684c218d0bb5f132eb1c9b80cdafafd828fe21
tree4c77faf6b78c540434dc0edf476bcdfa2e050cf2
parentb7cf4cc61300e6e6023ae6a494991e5c57f90656
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