]> 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>
Sat, 8 Feb 2020 13:34:38 +0000 (13:34 +0000)
commita2a6d9fa4df66a1f52c1c1fec45eedb4199e8162
treefbbc8000e2a91dbc72504069a65ae61c3db4cedc
parentca213de432d8d9d715ef09e17cea2aa1e6666e91
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.

(From OE-Core rev: f3675be6be29426688187a135221431a0941d007)

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.8.bb