From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 08/37] atk: upgrade 2.30.0 -> 2.32.0
Date: Fri, 17 May 2019 20:11:22 +0200 [thread overview]
Message-ID: <20190517181151.44001-8-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190517181151.44001-1-alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...001-Switch-from-filename-to-basename.patch | 38 -------------------
...able-introspection-for-cross-compile.patch | 7 ++--
.../atk/{atk_2.30.0.bb => atk_2.32.0.bb} | 9 ++---
3 files changed, 7 insertions(+), 47 deletions(-)
delete mode 100644 meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
rename meta/recipes-support/atk/{atk_2.30.0.bb => atk_2.32.0.bb} (64%)
diff --git a/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch b/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
deleted file mode 100644
index 047e81fb613..00000000000
--- a/meta/recipes-support/atk/atk/0001-Switch-from-filename-to-basename.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Upstream-Status: Submitted
-
-From 0330251715fee908f2f162565d4fa1df5030d0c0 Mon Sep 17 00:00:00 2001
-From: Jeremy Puhlman <jpuhlman@mvista.com>
-Date: Thu, 14 Jun 2018 17:21:49 +0000
-Subject: [PATCH] Switch from filename to basename
-
-When atk-enum-types.h is installed in to a system, the user likely has
-no access to the location where the headers were built, especially if
-the software was built in a sysroot environment. If the headers were
-built for a mulitlib environment, the build pathing may be different.
-Subsequently, if two mulitlib variants of atk are installed together the
-headers conflict for no other reason then they were built in two
-different locations. Switching from filename to basename, still should
-provide sufficient information on the providence of the enums, while not
-conflicting for really no good reason.
-
-Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
----
- atk/atk-enum-types.h.template | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/atk/atk-enum-types.h.template b/atk/atk-enum-types.h.template
-index 7b4cec4..8321c24 100644
---- a/atk/atk-enum-types.h.template
-+++ b/atk/atk-enum-types.h.template
-@@ -14,7 +14,7 @@ G_BEGIN_DECLS
-
- /*** BEGIN file-production ***/
-
--/* enumerations from "@filename@" */
-+/* enumerations from "@basename@" */
- /*** END file-production ***/
-
- /*** BEGIN value-header ***/
---
-2.14.1.459.g238e487
-
diff --git a/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch b/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
index 1d814ccdb74..d1b08bc04b6 100644
--- a/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
+++ b/meta/recipes-support/atk/atk/0001-meson.build-enable-introspection-for-cross-compile.patch
@@ -1,4 +1,4 @@
-From c3eb5b2e74c38bb8374bc027f84e42d7e94f62f8 Mon Sep 17 00:00:00 2001
+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
@@ -9,16 +9,17 @@ 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 616a3e6..941ded8 100644
+index 0ad67e5..1d2a49c 100644
--- a/atk/meson.build
+++ b/atk/meson.build
@@ -137,7 +137,7 @@ libatk_dep = declare_dependency(link_with: libatk,
- dependencies: gobject_dep,
+ dependencies: glib_dep,
sources: atk_enum_h)
-if not meson.is_cross_build() and get_option('introspection')
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.32.0.bb
similarity index 64%
rename from meta/recipes-support/atk/atk_2.30.0.bb
rename to meta/recipes-support/atk/atk_2.32.0.bb
index 4e22b3f8113..67223729e93 100644
--- a/meta/recipes-support/atk/atk_2.30.0.bb
+++ b/meta/recipes-support/atk/atk_2.32.0.bb
@@ -14,12 +14,9 @@ DEPENDS = "gettext-native glib-2.0"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
-SRC_URI_append = " \
- file://0001-meson.build-enable-introspection-for-cross-compile.patch \
- file://0001-Switch-from-filename-to-basename.patch \
- "
-SRC_URI[archive.md5sum] = "769c85005d392ad17ffbc063f2d26454"
-SRC_URI[archive.sha256sum] = "dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b"
+SRC_URI += " file://0001-meson.build-enable-introspection-for-cross-compile.patch"
+SRC_URI[archive.md5sum] = "c10b0b2af3c199e42caa6275b845c49d"
+SRC_URI[archive.sha256sum] = "cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc"
BBCLASSEXTEND = "native nativesdk"
--
2.17.1
next prev parent reply other threads:[~2019-05-17 18:12 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-17 18:11 [PATCH 01/37] librepo: upgrade 1.9.6 -> 1.10.2 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 02/37] libmodulemd: upgrade 2.2.3 -> 2.4.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 03/37] createrepo-c: upgrade 0.12.2 -> 0.14.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 04/37] libdazzle: upgrade 3.32.1 -> 3.32.2 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 05/37] adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 06/37] piglit: upgrade to latest revision Alexander Kanavin
2019-05-17 18:11 ` [PATCH 07/37] bison: upgrade 3.1 -> 3.3.2 Alexander Kanavin
2019-05-17 18:11 ` Alexander Kanavin [this message]
2019-05-17 18:11 ` [PATCH 09/37] python3-mako: upgrade 1.0.9 -> 1.0.10 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 10/37] nss: upgrade 3.43 -> 3.44 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 11/37] go: update 1.12.1->1.12.5 Alexander Kanavin
2019-05-17 18:25 ` akuster808
2019-05-17 18:42 ` Alexander Kanavin
2019-05-19 4:46 ` Khem Raj
2019-05-17 18:11 ` [PATCH 12/37] systemtap: upgrade 4.0 -> 4.1 Alexander Kanavin
2019-05-17 18:29 ` akuster808
2019-05-17 18:44 ` Alexander Kanavin
2019-05-17 18:11 ` [PATCH 13/37] gawk: upgrade 4.2.1 -> 5.0.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 14/37] alsa-plugins: upgrade 1.1.8 -> 1.1.9 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 15/37] alsa-utils: " Alexander Kanavin
2019-05-17 18:11 ` [PATCH 16/37] alsa-lib: " Alexander Kanavin
2019-05-17 18:11 ` [PATCH 17/37] libpcre2: upgrade 10.32 -> 10.33 Alexander Kanavin
2019-05-17 18:28 ` Peter Kjellerstedt
2019-05-17 18:44 ` Alexander Kanavin
2019-05-17 18:11 ` [PATCH 18/37] lz4: upgrade 1.9.0 -> 1.9.1 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 19/37] libxcrypt: upgrade 4.4.4 -> 4.4.6 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 20/37] gnu-config: upgrade to latest revision Alexander Kanavin
2019-05-17 21:41 ` Adrian Bunk
2019-05-17 18:11 ` [PATCH 21/37] python3-pip: upgrade 19.0.3 -> 19.1.1 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 22/37] iproute2: upgrade 5.0.0 -> 5.1.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 23/37] pkgconf: upgrade 1.6.0 -> 1.6.1 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 24/37] at-spi2-core: upgrade 2.30.0 -> 2.32.1 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 25/37] at-spi2-atk: upgrade 2.30.0 -> 2.32.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 26/37] glib-networking: upgrade 2.60.1 -> 2.60.2 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 27/37] libsoup-2.4: upgrade 2.66.1 -> 2.66.2 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 28/37] x264: upgrade to latest revision Alexander Kanavin
2019-05-17 18:11 ` [PATCH 29/37] linux-firmware: " Alexander Kanavin
2019-05-17 18:11 ` [PATCH 30/37] python3-pbr: upgrade 5.1.3 -> 5.2.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 31/37] bash-completion: upgrade 2.8 -> 2.9 Alexander Kanavin
2019-05-19 4:48 ` Khem Raj
2019-05-19 9:58 ` Alexander Kanavin
2019-05-19 16:13 ` Khem Raj
2019-05-17 18:11 ` [PATCH 32/37] libdnf: upgrade 0.28.1 -> 0.33.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 33/37] gst-examples: upgrade to latest revision Alexander Kanavin
2019-05-17 21:43 ` Adrian Bunk
2019-05-18 8:43 ` Alexander Kanavin
2019-05-17 18:11 ` [PATCH 34/37] acpica: upgrade 20190405 -> 20190509 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 35/37] freetype: upgrade 2.9.1 -> 2.10.0 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 36/37] dnf: upgrade 4.2.2 -> 4.2.6 Alexander Kanavin
2019-05-17 18:11 ` [PATCH 37/37] usbutils: upgrade 010->012 Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190517181151.44001-8-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox