Files
poky/meta
Richard Purdie 09c6a41b75 opkg-utils: Fix reproducibility issues in opkg-build
There is a sorting problem with opkg-build where the ipk generated is depending
upon the order of files on disk. The reason is the --sort option to tar only
influences the orders of files tar reads, not those passed by the -T option.

Add in a sort call to resolve this issue. To ensure consistent sorting we
also need to force to a specific locale (C) else the results are still not
deterministic.

(From OE-Core rev: a9b8287984c63420e10329a69f7ac5125f1687f8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-06 12:16:34 +00:00
..
2019-11-14 13:20:59 +00:00
2020-02-05 12:00:34 +00:00
2020-02-04 15:56:29 +00:00
2020-01-16 22:33:09 +00:00
2019-08-29 14:05:12 +01:00