mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
atk: upgrade 2.32.0 -> 2.34.1
Patch no longer applies (nor is needed) upstream.
Release notes:
633bde11f9/NEWS
(From OE-Core rev: eaf19af52d166295494863379049868375498c0a)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1ae1fb6f14
commit
b1515d967e
@@ -1,29 +0,0 @@
|
|||||||
From 44d46baa5e1519c6c3df7e4d34fb333e247b5bc8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Anuj Mittal <anuj.mittal@intel.com>
|
|
||||||
Date: Fri, 6 Apr 2018 12:04:00 +0800
|
|
||||||
Subject: [PATCH] meson.build: enable introspection for cross-compile
|
|
||||||
|
|
||||||
It works fine in OE-core and doesn't need to be disabled. Let the user decide
|
|
||||||
if it should be disabled or not.
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
|
|
||||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
||||||
|
|
||||||
---
|
|
||||||
atk/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/atk/meson.build b/atk/meson.build
|
|
||||||
index 0ad67e5..1d2a49c 100644
|
|
||||||
--- a/atk/meson.build
|
|
||||||
+++ b/atk/meson.build
|
|
||||||
@@ -137,7 +137,7 @@ libatk_dep = declare_dependency(link_with: libatk,
|
|
||||||
dependencies: glib_dep,
|
|
||||||
sources: atk_enum_h)
|
|
||||||
|
|
||||||
-if not meson.is_cross_build() and get_option('introspection')
|
|
||||||
+if get_option('introspection')
|
|
||||||
gnome.generate_gir(libatk,
|
|
||||||
sources: atk_sources + atk_headers + [ atk_enum_h ] + [ atk_version_h ],
|
|
||||||
namespace: 'Atk',
|
|
||||||
@@ -14,9 +14,8 @@ DEPENDS = "gettext-native glib-2.0"
|
|||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
|
inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
|
||||||
|
|
||||||
SRC_URI += " file://0001-meson.build-enable-introspection-for-cross-compile.patch"
|
SRC_URI[archive.md5sum] = "f60bbaf8bdd08b93d98736b54b2fc8e9"
|
||||||
SRC_URI[archive.md5sum] = "c10b0b2af3c199e42caa6275b845c49d"
|
SRC_URI[archive.sha256sum] = "d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb"
|
||||||
SRC_URI[archive.sha256sum] = "cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
Reference in New Issue
Block a user