All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 09/42] atk: upgrade 2.30.0 -> 2.32.0
Date: Mon, 20 May 2019 16:10:52 +0200	[thread overview]
Message-ID: <20190520141125.10805-9-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190520141125.10805-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



  parent reply	other threads:[~2019-05-20 14:11 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 14:10 [PATCH 01/42] vim: split the common part into vim.inc Alexander Kanavin
2019-05-20 14:10 ` [PATCH 02/42] librepo: upgrade 1.9.6 -> 1.10.2 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0 Alexander Kanavin
2019-05-21 14:41   ` Richard Purdie
2019-05-21 16:15     ` Alexander Kanavin
2019-05-20 14:10 ` [PATCH 04/42] createrepo-c: upgrade 0.12.2 -> 0.14.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 05/42] libdazzle: upgrade 3.32.1 -> 3.32.2 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 06/42] adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 07/42] piglit: upgrade to latest revision Alexander Kanavin
2019-05-20 17:52   ` Khem Raj
2019-05-20 14:10 ` [PATCH 08/42] bison: upgrade 3.1 -> 3.3.2 Alexander Kanavin
2019-05-20 14:10 ` Alexander Kanavin [this message]
2019-05-20 14:10 ` [PATCH 10/42] python3-mako: upgrade 1.0.9 -> 1.0.10 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 11/42] nss: upgrade 3.43 -> 3.44 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 12/42] go: update 1.12.1->1.12.5 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 13/42] systemtap: upgrade 4.0 -> 4.1 Alexander Kanavin
2019-05-21 21:37   ` Victor Kamensky (kamensky)
2019-05-22 10:09     ` Alexander Kanavin
2019-05-20 14:10 ` [PATCH 14/42] gawk: upgrade 4.2.1 -> 5.0.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 15/42] alsa-plugins: upgrade 1.1.8 -> 1.1.9 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 16/42] alsa-utils: " Alexander Kanavin
2019-05-20 14:11 ` [PATCH 17/42] alsa-lib: " Alexander Kanavin
2019-05-20 14:11 ` [PATCH 18/42] libpcre2: upgrade 10.32 -> 10.33 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 19/42] lz4: upgrade 1.9.0 -> 1.9.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 20/42] libxcrypt: upgrade 4.4.4 -> 4.4.6 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 21/42] python3-pip: upgrade 19.0.3 -> 19.1.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 22/42] iproute2: upgrade 5.0.0 -> 5.1.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 23/42] pkgconf: upgrade 1.6.0 -> 1.6.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 24/42] at-spi2-core: upgrade 2.30.0 -> 2.32.1 Alexander Kanavin
2019-05-20 17:54   ` Khem Raj
2019-05-20 18:50     ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 25/42] at-spi2-atk: upgrade 2.30.0 -> 2.32.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 26/42] glib-networking: upgrade 2.60.1 -> 2.60.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 27/42] libsoup-2.4: upgrade 2.66.1 -> 2.66.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 28/42] x264: upgrade to latest revision Alexander Kanavin
2019-05-20 14:11 ` [PATCH 29/42] linux-firmware: " Alexander Kanavin
2019-05-20 17:56   ` Khem Raj
2019-05-20 18:02     ` Martin Jansa
2019-05-20 18:57       ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 30/42] python3-pbr: upgrade 5.1.3 -> 5.2.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 31/42] bash-completion: upgrade 2.8 -> 2.9 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0 Alexander Kanavin
2019-05-21 18:44   ` Richard Purdie
2019-05-21 19:00     ` Alexander Kanavin
2019-05-21 19:05       ` richard.purdie
2019-05-21 19:20         ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 33/42] gst-examples: upgrade to 1.16.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 34/42] acpica: upgrade 20190405 -> 20190509 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 35/42] freetype: upgrade 2.9.1 -> 2.10.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 36/42] dnf: upgrade 4.2.2 -> 4.2.6 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 37/42] usbutils: upgrade 010->012 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 38/42] gnu-config: Update to latest SHA Alexander Kanavin
2019-05-20 14:11 ` [PATCH 39/42] vim: Rework things so vim adds features not vim-tiny removes Alexander Kanavin
2019-05-20 14:11 ` [PATCH 40/42] webkitgtk: update to 2.24.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 41/42] epiphany: update to 3.32.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 42/42] btrfs-tools: update to 5.1 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=20190520141125.10805-9-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.