summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+3
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:30 +0100
commit2fe7b33832194d953eda70fcc449a79912783f1b (patch)
treecc70b6d19d77298b5745cac3e34379b2b7530992 /meta/recipes-gnome/gtk+/gtk+3
parent68db40a2d787499748dcbdd6d3e5be9abb2546c0 (diff)
downloadpoky-2fe7b33832194d953eda70fcc449a79912783f1b.tar.gz
gtk+3: upgrade 3.24.14 -> 3.24.20
(From OE-Core rev: e7f7d2c81aa0ce55906e0b4c9f76934d591d9e4b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch b/meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch
deleted file mode 100644
index 7f87372c52..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1If the resources file isn't sorted in some way then libgdk.so will differ
2depending on the inode order of the resource files.
3
4Upstream-Status: Pending
5Signed-off-by: Ross Burton <ross.burton@intel.com>
6
7diff --git a/gdk/Makefile.am b/gdk/Makefile.am
8index e25b57ba50..26f2d57c6e 100644
9--- a/gdk/Makefile.am
10+++ b/gdk/Makefile.am
11@@ -465,7 +465,7 @@ stamp-gc-h: $(top_builddir)/config.status
12 # Resources
13 #
14
15-glsl_sources := $(wildcard $(srcdir)/resources/glsl/*.glsl)
16+glsl_sources := $(sort $(wildcard $(srcdir)/resources/glsl/*.glsl))
17
18 gdk.gresource.xml: Makefile.am
19 $(AM_V_GEN) echo "<?xml version='1.0' encoding='UTF-8'?>" > $@; \