diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch | 37 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb | 28 |
2 files changed, 65 insertions, 0 deletions
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 new file mode 100644 index 0000000000..6ab4daf020 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | From d4b2f0922dfdd6040e5e9f62a2565452cf855c42 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Mon, 21 Oct 2019 22:10:56 +0200 | ||
| 4 | Subject: [PATCH] Do not try to find ZONEINFO - it tries to run compiled code | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Missing configutation does not cause issues: The fallback in modules/clock/system-timezone.c | ||
| 10 | matches our default. | ||
| 11 | |||
| 12 | Inappropriate [embedded specific] | ||
| 13 | |||
| 14 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 15 | --- | ||
| 16 | configure.ac | 5 ----- | ||
| 17 | 1 file changed, 5 deletions(-) | ||
| 18 | |||
| 19 | diff --git a/configure.ac b/configure.ac | ||
| 20 | index c75a9fa..0c9d945 100644 | ||
| 21 | --- a/configure.ac | ||
| 22 | +++ b/configure.ac | ||
| 23 | @@ -249,11 +249,6 @@ dnl yelp-tools stuff | ||
| 24 | |||
| 25 | YELP_HELP_INIT | ||
| 26 | |||
| 27 | -dnl ************************************************************************** | ||
| 28 | -dnl Find zoneinfo directory | ||
| 29 | -dnl ************************************************************************** | ||
| 30 | - | ||
| 31 | -AX_ZONEINFO | ||
| 32 | |||
| 33 | dnl ************************************************************************** | ||
| 34 | dnl Process .in files | ||
| 35 | -- | ||
| 36 | 2.21.0 | ||
| 37 | |||
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.34.1.bb new file mode 100644 index 0000000000..4d5fdb65a2 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "GNOME flashback panel" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc gettext upstream-version-is-even features_check | ||
| 6 | |||
| 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | ||
| 8 | |||
| 9 | DEPENDS += " \ | ||
| 10 | yelp-tools-native \ | ||
| 11 | libwnck3 \ | ||
| 12 | polkit \ | ||
| 13 | dconf \ | ||
| 14 | libgweather \ | ||
| 15 | gnome-menus3 \ | ||
| 16 | gnome-desktop3 \ | ||
| 17 | gdm \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[archive.md5sum] = "cfd5d3fd548a2afdd8bd3bbdf9646bbd" | ||
| 21 | SRC_URI[archive.sha256sum] = "a6bc0255252eeb4b964bcbe55fd7908b69f914c062c5ec8dff5ac0262d29b90d" | ||
| 22 | SRC_URI += " \ | ||
| 23 | file://0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch \ | ||
| 24 | " | ||
| 25 | |||
| 26 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "gdm-base" | ||
