scripts: fix build warning when overriding packages
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Wed, 12 Oct 2016 15:50:56 +0000 (17:50 +0200)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000 (11:36 +0200)
commitcf458de382fc6f6a8715fadb3edf152d0196a26a
treeb6ac2c7bf04549c50bcbd686c756867d8ff927d1
parent5a922e5c41b4d8c57b53d471f43a3c649b6873bb
scripts: fix build warning when overriding packages

If core packages are overridden, CONFIG_OVERRIDE_PKGS is set
based on the scan order of packages, which eventually causes
that config value to be modified on each build and with
that causes the build process to warn for configuration
being out of sync.

This commit changes the CONFIG_OVERRIDE_PKGS to be sorted
and prevents that false warning.

Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
scripts/package-metadata.pl