diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-03-27 16:35:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-28 11:55:34 -0700 |
commit | f6b3aca4e5dc47113d461fa8671d1421fe21fdf4 (patch) | |
tree | b5cb007ecf831aec73d658dcb6afeb138376ebdc | |
parent | ca23c49f3d59982a87cd2ccccd74c2f4011f389c (diff) | |
download | meta-openembedded-f6b3aca4e5dc47113d461fa8671d1421fe21fdf4.tar.gz |
gnome-desktop3: upgrade 3.28.1 -> 3.32.0
* gnome-desktop switched to meson
* 0001-Disable-libseccomp-sycall-filtering-mechanism.patch was on conigure.ac
and does not seem to be necessary anymore
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-Disable-libseccomp-sycall-filtering-mechanism.patch | 45 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb (renamed from meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb) | 16 |
2 files changed, 8 insertions, 53 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-Disable-libseccomp-sycall-filtering-mechanism.patch b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-Disable-libseccomp-sycall-filtering-mechanism.patch deleted file mode 100644 index aa11e8a62..000000000 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-Disable-libseccomp-sycall-filtering-mechanism.patch +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | From 96753d85d8b53dd8f87b8f444892efffdbfab388 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Thu, 5 Oct 2017 14:54:17 +0300 | ||
4 | Subject: [PATCH] Disable libseccomp (sycall filtering mechanism) | ||
5 | |||
6 | Upstream forgot to make it optional, and it is not currently used in Yocto | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe-core specific] | ||
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
10 | |||
11 | --- | ||
12 | configure.ac | 20 -------------------- | ||
13 | 1 file changed, 20 deletions(-) | ||
14 | |||
15 | diff --git a/configure.ac b/configure.ac | ||
16 | index 118d04f..47c8894 100644 | ||
17 | --- a/configure.ac | ||
18 | +++ b/configure.ac | ||
19 | @@ -151,26 +151,6 @@ fi | ||
20 | |||
21 | SECCOMP_PKG="" | ||
22 | enable_seccomp="no" | ||
23 | -dnl Check for bubblewrap compatible platform | ||
24 | -case $host_os in | ||
25 | - linux*) | ||
26 | - case $host_cpu in | ||
27 | - alpha|ia64|m68k|sh4|sparc64) | ||
28 | - enable_seccomp="no (not available on this architecture)" | ||
29 | - AC_MSG_WARN("seccomp not available on this architecture") | ||
30 | - ;; | ||
31 | - *) | ||
32 | - PKG_CHECK_MODULES(LIBSECCOMP, [libseccomp]) | ||
33 | - SECCOMP_PKG="libseccomp" | ||
34 | - AC_DEFINE([ENABLE_SECCOMP], [1], [Define if using seccomp]) | ||
35 | - enable_seccomp="yes" | ||
36 | - ;; | ||
37 | - esac | ||
38 | - AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define to include GNU extensions]) | ||
39 | - AC_DEFINE_UNQUOTED(HAVE_BWRAP, 1, [Define to 1 if Bubblewrap support is available]) | ||
40 | - AC_DEFINE_UNQUOTED(INSTALL_PREFIX, "$prefix", [Path to library install prefix]) | ||
41 | - ;; | ||
42 | -esac | ||
43 | |||
44 | dnl pkg-config dependency checks | ||
45 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb index 39b3491fd..185a25359 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb | |||
@@ -6,21 +6,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
6 | 6 | ||
7 | BPN = "gnome-desktop" | 7 | BPN = "gnome-desktop" |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "meson" | ||
10 | |||
9 | inherit gnome pkgconfig upstream-version-is-even gobject-introspection | 11 | inherit gnome pkgconfig upstream-version-is-even gobject-introspection |
10 | SRC_URI[archive.md5sum] = "bcbf906d94eb08060c60a7364384d678" | ||
11 | SRC_URI[archive.sha256sum] = "78a397a2be47586e6dc075d6a7fc5659aae3d10713d76994ce1b46086e7ecb9a" | ||
12 | 12 | ||
13 | SRC_URI += " \ | 13 | SRC_URI[archive.md5sum] = "e423ed6d648c6c4f9798fa9cd9ea8d99" |
14 | file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \ | 14 | SRC_URI[archive.sha256sum] = "a6393dc5fc29fc0652ac84c73b3da205d0b0168128c4cf6d27797a08f3d07b54" |
15 | file://0001-Disable-libseccomp-sycall-filtering-mechanism.patch \ | 15 | |
16 | " | 16 | SRC_URI += "file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch" |
17 | 17 | ||
18 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" | 18 | DEPENDS += "itstool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" |
19 | 19 | ||
20 | inherit distro_features_check gtk-doc | 20 | inherit distro_features_check gtk-doc |
21 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
22 | 22 | ||
23 | EXTRA_OECONF = "--disable-desktop-docs" | 23 | EXTRA_OEMESON = "-Ddesktop_docs=false" |
24 | 24 | ||
25 | PACKAGES =+ "libgnome-desktop3" | 25 | PACKAGES =+ "libgnome-desktop3" |
26 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" | 26 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" |