mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
ca23c49f3d
commit
f6b3aca4e5
|
|
@ -1,45 +0,0 @@
|
|||
From 96753d85d8b53dd8f87b8f444892efffdbfab388 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Thu, 5 Oct 2017 14:54:17 +0300
|
||||
Subject: [PATCH] Disable libseccomp (sycall filtering mechanism)
|
||||
|
||||
Upstream forgot to make it optional, and it is not currently used in Yocto
|
||||
|
||||
Upstream-Status: Inappropriate [oe-core specific]
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
|
||||
---
|
||||
configure.ac | 20 --------------------
|
||||
1 file changed, 20 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 118d04f..47c8894 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -151,26 +151,6 @@ fi
|
||||
|
||||
SECCOMP_PKG=""
|
||||
enable_seccomp="no"
|
||||
-dnl Check for bubblewrap compatible platform
|
||||
-case $host_os in
|
||||
- linux*)
|
||||
- case $host_cpu in
|
||||
- alpha|ia64|m68k|sh4|sparc64)
|
||||
- enable_seccomp="no (not available on this architecture)"
|
||||
- AC_MSG_WARN("seccomp not available on this architecture")
|
||||
- ;;
|
||||
- *)
|
||||
- PKG_CHECK_MODULES(LIBSECCOMP, [libseccomp])
|
||||
- SECCOMP_PKG="libseccomp"
|
||||
- AC_DEFINE([ENABLE_SECCOMP], [1], [Define if using seccomp])
|
||||
- enable_seccomp="yes"
|
||||
- ;;
|
||||
- esac
|
||||
- AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define to include GNU extensions])
|
||||
- AC_DEFINE_UNQUOTED(HAVE_BWRAP, 1, [Define to 1 if Bubblewrap support is available])
|
||||
- AC_DEFINE_UNQUOTED(INSTALL_PREFIX, "$prefix", [Path to library install prefix])
|
||||
- ;;
|
||||
-esac
|
||||
|
||||
dnl pkg-config dependency checks
|
||||
|
||||
|
|
@ -6,21 +6,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|||
|
||||
BPN = "gnome-desktop"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnome pkgconfig upstream-version-is-even gobject-introspection
|
||||
SRC_URI[archive.md5sum] = "bcbf906d94eb08060c60a7364384d678"
|
||||
SRC_URI[archive.sha256sum] = "78a397a2be47586e6dc075d6a7fc5659aae3d10713d76994ce1b46086e7ecb9a"
|
||||
|
||||
SRC_URI += " \
|
||||
file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
|
||||
file://0001-Disable-libseccomp-sycall-filtering-mechanism.patch \
|
||||
"
|
||||
SRC_URI[archive.md5sum] = "e423ed6d648c6c4f9798fa9cd9ea8d99"
|
||||
SRC_URI[archive.sha256sum] = "a6393dc5fc29fc0652ac84c73b3da205d0b0168128c4cf6d27797a08f3d07b54"
|
||||
|
||||
DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev"
|
||||
SRC_URI += "file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch"
|
||||
|
||||
DEPENDS += "itstool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev"
|
||||
|
||||
inherit distro_features_check gtk-doc
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECONF = "--disable-desktop-docs"
|
||||
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
||||
|
||||
PACKAGES =+ "libgnome-desktop3"
|
||||
FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
|
||||
Loading…
Reference in New Issue
Block a user