]> 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)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 Aug 2020 17:18:47 +0000 (07:18 -1000)
commit07d15b83a998d6a80eba2cf8649486bfe302f94d
tree653d92ef3a4d851a9f04ba1a57f1cb3248ceebb1
parent2ac25329fd2efbfdcc2b97948cdcb3402ee497e0
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>
(cherry picked from commit 23cc846c92219c5cbe3fc6a0024579195d3cbd78)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/package.bbclass