]> code.ossystems Code Review - openembedded-core.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>
Wed, 10 Jan 2018 22:14:52 +0000 (22:14 +0000)
commitf3b753943d0c886a2a158247d2ea02867f3c0dae
tree3428afc746de7179bee5ecb4d894759b91d3c378
parent6b25c76da51180da7c97308d5f8f5558c68cdca3
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.

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