]> code.ossystems Code Review - openembedded-core.git/commit
gtk+3: sort resources for reproducible binaries
authorRoss Burton <ross.burton@intel.com>
Wed, 5 Feb 2020 17:32:01 +0000 (17:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2020 12:16:02 +0000 (12:16 +0000)
commitf3675be6be29426688187a135221431a0941d007
treeba5990a20aa315f59c8e1426310580cfaebed7e1
parent0392fcbdc85180581ce7392212808ebb822cc2e8
gtk+3: sort resources for reproducible binaries

The list of resources is gathered with $(wildcard) in Make, which isn't
sorted. If this order changes then the generated libraries will differ.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch [new file with mode: 0644]
meta/recipes-gnome/gtk+/gtk+3_3.24.13.bb