]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk+3: Revert "gtk+3: fix reproducible build failure"
authorKhem Raj <raj.khem@gmail.com>
Mon, 31 Aug 2020 05:20:09 +0000 (22:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Sep 2020 15:37:26 +0000 (16:37 +0100)
Now that we have updated to 3.24.22, the needed fix [1] is in and this
change is no longer needed

This reverts commit c2e0b0785b8098dbe562e88f54b679ca87626937.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2183

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk+3.inc

index 8d5edb7ee80177ed66c187c521a5a3a7dfb86ae3..e1ecf504a00f8c40a17e4200b4bae9cb76d669c4 100644 (file)
@@ -1,4 +1,3 @@
-
 SUMMARY = "Multi-platform toolkit for creating GUIs"
 DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \
 set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites."
@@ -32,13 +31,6 @@ do_configure_prepend() {
     ln -s ${TARGET_PREFIX}libtool libtool
     #delete a file that will get confused with generated one in ${B}
     rm -f ${S}/gtk/gtktypefuncs.c
-
-    # These files are generated by wayland-scanner but will race over modification
-    # time between the copies in the sysroot from wayland-protocols and the copy
-    # in the source tree. Solve the race by deleting so they need to be regenerated.
-    # 3.24.22 will not be shipping these files so this can be deleted then:
-    # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2183
-    rm -f ${S}/modules/input/text-input-unstable-v3*.[ch]
 }
 
 EXTRA_OECONF += " \