mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
gnome-desktop3: upgrade 3.34.2 -> 3.34.3
>From [1]: ============== Version 3.34.3 ============== - seccomp is not supported ATM on riscv64 architecture, blacklist it for now (#128) [1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -18,14 +18,14 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|||||||
1 file changed, 1 insertion(+), 6 deletions(-)
|
1 file changed, 1 insertion(+), 6 deletions(-)
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 83407b4..80eab84 100644
|
index 2e7160d..f83677d 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -53,12 +53,7 @@ udev_dep = dependency('libudev', required: get_option('udev'))
|
@@ -58,12 +58,7 @@ udev_dep = dependency('libudev', required: get_option('udev'))
|
||||||
host_os = host_machine.system()
|
host_os = host_machine.system()
|
||||||
host_cpu = host_machine.cpu()
|
host_cpu = host_machine.cpu()
|
||||||
supported_os = ['linux']
|
supported_os = ['linux']
|
||||||
-unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64']
|
-unsupported_cpus = ['alpha', 'ia64', 'm68k', 'riscv64', 'sh4', 'sparc', 'sparc64']
|
||||||
-if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
|
-if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
|
||||||
- seccomp_dep = dependency('libseccomp')
|
- seccomp_dep = dependency('libseccomp')
|
||||||
-else
|
-else
|
||||||
|
|||||||
+2
-2
@@ -14,8 +14,8 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti
|
|||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "a0fda8ee9283536e281405e94af15776"
|
SRC_URI[archive.md5sum] = "cdcd3006f55d8c8813315bef6f4f6b71"
|
||||||
SRC_URI[archive.sha256sum] = "4081ba619733da33ec6ba98cd52170ee99a90439709df4df333e5c9e631f28ed"
|
SRC_URI[archive.sha256sum] = "acc2efc847574fd21d8f200679f111c2b1eb5ae2c041e0034e7c18450a7d9c6d"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
|
file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
|
||||||
Reference in New Issue
Block a user