]> 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>
Tue, 11 Feb 2020 23:04:29 +0000 (23:04 +0000)
commit5c38cdfc67fb2da167012190d24a607dc7b273ba
treeba2de2bfd02df6e96f370e4b7ffef4fc7b8738af
parent77be3238269de636199f9e1e40133711b7440cb4
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)

(From OE-Core rev: a2a6d9fa4df66a1f52c1c1fec45eedb4199e8162)

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