]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package: always sort the conffiles
authorJean-Marie Lemetayer <j.lemetayer@kerlink.fr>
Tue, 1 Aug 2023 07:56:08 +0000 (09:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2023 11:44:36 +0000 (12:44 +0100)
commitc7800fa825fa610327e3d2ee8c5707973b726a83
tree2f19d37b20f90d15fac1d6524b97e0bdb6b24c0c
parentc7b39bb6319f21c6df6c2d25086f82154efdf5f6
package: always sort the conffiles

To improve package reproducibility, the conffiles order should not be
directly linked to the file system.

Sorting the conffiles solves this issue.

Signed-off-by: Jean-Marie Lemetayer <j.lemetayer@kerlink.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package.py