diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch deleted file mode 100644 index 6ab4daf020d..00000000000 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch +++ /dev/null @@ -1,37 +0,0 @@ -From d4b2f0922dfdd6040e5e9f62a2565452cf855c42 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 21 Oct 2019 22:10:56 +0200 -Subject: [PATCH] Do not try to find ZONEINFO - it tries to run compiled code -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Missing configutation does not cause issues: The fallback in modules/clock/system-timezone.c -matches our default. - -Inappropriate [embedded specific] - -Signed-off-by: Andreas Müller ---- - configure.ac | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/configure.ac b/configure.ac -index c75a9fa..0c9d945 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -249,11 +249,6 @@ dnl yelp-tools stuff - - YELP_HELP_INIT - --dnl ************************************************************************** --dnl Find zoneinfo directory --dnl ************************************************************************** -- --AX_ZONEINFO - - dnl ************************************************************************** - dnl Process .in files --- -2.21.0 - diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb similarity index 68% rename from meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb rename to meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb index 4d5fdb65a2b..8fe4e1311b5 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb @@ -17,11 +17,8 @@ DEPENDS += " \ gdm \ " -SRC_URI[archive.md5sum] = "cfd5d3fd548a2afdd8bd3bbdf9646bbd" -SRC_URI[archive.sha256sum] = "a6bc0255252eeb4b964bcbe55fd7908b69f914c062c5ec8dff5ac0262d29b90d" -SRC_URI += " \ - file://0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch \ -" +SRC_URI[archive.md5sum] = "b6bb185ce1724f4b19699042d90282a6" +SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28eb25ef3552abd3" PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server"