]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
manifest.py: sort package list
authorMichael Blättler <michael.blaettler@siemens.com>
Mon, 8 Jan 2018 07:42:38 +0000 (08:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jan 2018 10:26:07 +0000 (10:26 +0000)
commitd7d59e75cfe645b7a76720f0e282fe5e8005b135
tree23057fb58de83bf49528691587c592a0f1520b1c
parente80d3b6b479732dd2847dd2d4a74a640f3a5675f
manifest.py: sort package list

The entries of the created manifest file are always in a
different order. To ensure a deterministic build output
the entries are ordered alphabetically.

(From OE-Core rev: f3b753943d0c886a2a158247d2ea02867f3c0dae)

Signed-off-by: Michael Blättler <michael.blaettler@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/manifest.py