]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Sort shlib2 output for hash equivalency
authorMark Hatle <mark.hatle@kernel.crashing.org>
Wed, 19 Aug 2020 16:16:56 +0000 (11:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Aug 2020 14:28:57 +0000 (15:28 +0100)
commit23cc846c92219c5cbe3fc6a0024579195d3cbd78
tree754ce1cf53d46b53adf43faffdb718302ff45da3
parentbc037110fc53b34db7073b7c17fd715b30651a9e
package.bbclass: Sort shlib2 output for hash equivalency

The output was unsorted, so different versions of python, different input
ordering could have have changed the files, and thus changed the hashes
making the system think the output was different, even when unmodified.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass