Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Upgrade Helper <auh@auh.yoctoproject.org>
Subject: [PATCH 24/37] at-spi2-core: upgrade 2.30.0 -> 2.32.1
Date: Fri, 17 May 2019 20:11:38 +0200	[thread overview]
Message-ID: <20190517181151.44001-24-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190517181151.44001-1-alex.kanavin@gmail.com>

From: Upgrade Helper <auh@auh.yoctoproject.org>

---
 .../atk/at-spi2-core/meson-0.50-fix.patch     | 31 -------------------
 ...-core_2.30.0.bb => at-spi2-core_2.32.1.bb} | 12 +++----
 2 files changed, 5 insertions(+), 38 deletions(-)
 delete mode 100644 meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch
 rename meta/recipes-support/atk/{at-spi2-core_2.30.0.bb => at-spi2-core_2.32.1.bb} (79%)

diff --git a/meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch b/meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch
deleted file mode 100644
index fbdf7d0e2ea..00000000000
--- a/meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 44a812ea51223d82f21a098a2d45fcc5c329ce7a Mon Sep 17 00:00:00 2001
-From: Tobias Stoeckmann <tobias@stoeckmann.org>
-Date: Tue, 12 Mar 2019 11:46:24 +0100
-Subject: [PATCH] Fix meson.build for meson 0.50.0.
-
-Since meson 0.50.0 it is not possible anymore to specify an
-absolute directory for subdir. To keep current functionality,
-use install_dir instead.
-
-atspi/meson.build:60:0: ERROR: Subdir keyword must not be an absolute path.
-
-Upstream-Status: Backport
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
-Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
----
- atspi/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index b7a9357..2a6915d 100644
---- a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -57,7 +57,7 @@ atspi_headers = [
- 
- atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi')
- 
--install_headers(atspi_headers, subdir: atspi_includedir)
-+install_headers(atspi_headers, install_dir: atspi_includedir)
- 
- atspi_enums = gnome.mkenums('atspi-enum-types',
-                             sources: [ 'atspi-constants.h', 'atspi-types.h' ],
diff --git a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb b/meta/recipes-support/atk/at-spi2-core_2.32.1.bb
similarity index 79%
rename from meta/recipes-support/atk/at-spi2-core_2.30.0.bb
rename to meta/recipes-support/atk/at-spi2-core_2.32.1.bb
index cfe0ddeef2d..0f84259d942 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.32.1.bb
@@ -5,12 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
-SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
-           file://meson-0.50-fix.patch \
-           "
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "d4f22c66b3210ffe6b10d01c04e008b5"
-SRC_URI[sha256sum] = "0175f5393d19da51f4c11462cba4ba6ef3fa042abf1611a70bdfed586b7bfb2b"
+SRC_URI[md5sum] = "998fd9d858f8fa22c4c8c15567bf6254"
+SRC_URI[sha256sum] = "3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53"
 
 X11DEPENDS = "virtual/libx11 libxi libxtst"
 
@@ -22,9 +20,9 @@ inherit meson gtk-doc gettext systemd pkgconfig upstream-version-is-even gobject
 EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \
                   -Ddbus_daemon=${bindir}/dbus-daemon"
 
-GTKDOC_MESON_OPTION = "enable_docs"
+GTKDOC_MESON_OPTION = "docs"
 
-GIR_MESON_OPTION = 'enable-introspection'
+GIR_MESON_OPTION = 'introspection'
 GIR_MESON_ENABLE_FLAG = 'yes'
 GIR_MESON_DISABLE_FLAG = 'no'
 
-- 
2.17.1



  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 ` [PATCH 08/37] atk: upgrade 2.30.0 -> 2.32.0 Alexander Kanavin
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 ` Alexander Kanavin [this message]
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-24-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=auh@auh.yoctoproject.org \
    --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