diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-20 16:11:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | 84ef0b30338392c1f5614587dd2462354021a88c (patch) | |
tree | 3b716a70f460ab50c9deff6f15af47c94ccea8ac /meta/recipes-support/atk | |
parent | 22ccbf755749ebfa58cb4e40cbdd4161cf2c8102 (diff) | |
download | poky-84ef0b30338392c1f5614587dd2462354021a88c.tar.gz |
at-spi2-core: upgrade 2.30.0 -> 2.32.1
(From OE-Core rev: a87ff44d6740990dae63d93d6500f5d616c36048)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch | 31 | ||||
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.32.1.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.30.0.bb) | 12 |
2 files changed, 5 insertions, 38 deletions
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 fbdf7d0e2e..0000000000 --- a/meta/recipes-support/atk/at-spi2-core/meson-0.50-fix.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | From 44a812ea51223d82f21a098a2d45fcc5c329ce7a Mon Sep 17 00:00:00 2001 | ||
2 | From: Tobias Stoeckmann <tobias@stoeckmann.org> | ||
3 | Date: Tue, 12 Mar 2019 11:46:24 +0100 | ||
4 | Subject: [PATCH] Fix meson.build for meson 0.50.0. | ||
5 | |||
6 | Since meson 0.50.0 it is not possible anymore to specify an | ||
7 | absolute directory for subdir. To keep current functionality, | ||
8 | use install_dir instead. | ||
9 | |||
10 | atspi/meson.build:60:0: ERROR: Subdir keyword must not be an absolute path. | ||
11 | |||
12 | Upstream-Status: Backport | ||
13 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
14 | Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> | ||
15 | --- | ||
16 | atspi/meson.build | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/atspi/meson.build b/atspi/meson.build | ||
20 | index b7a9357..2a6915d 100644 | ||
21 | --- a/atspi/meson.build | ||
22 | +++ b/atspi/meson.build | ||
23 | @@ -57,7 +57,7 @@ atspi_headers = [ | ||
24 | |||
25 | atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi') | ||
26 | |||
27 | -install_headers(atspi_headers, subdir: atspi_includedir) | ||
28 | +install_headers(atspi_headers, install_dir: atspi_includedir) | ||
29 | |||
30 | atspi_enums = gnome.mkenums('atspi-enum-types', | ||
31 | 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 index cfe0ddeef2..0f84259d94 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" | |||
5 | 5 | ||
6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
7 | 7 | ||
8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | 8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
9 | file://meson-0.50-fix.patch \ | ||
10 | " | ||
11 | 9 | ||
12 | SRC_URI[md5sum] = "d4f22c66b3210ffe6b10d01c04e008b5" | 10 | SRC_URI[md5sum] = "998fd9d858f8fa22c4c8c15567bf6254" |
13 | SRC_URI[sha256sum] = "0175f5393d19da51f4c11462cba4ba6ef3fa042abf1611a70bdfed586b7bfb2b" | 11 | SRC_URI[sha256sum] = "3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53" |
14 | 12 | ||
15 | X11DEPENDS = "virtual/libx11 libxi libxtst" | 13 | X11DEPENDS = "virtual/libx11 libxi libxtst" |
16 | 14 | ||
@@ -22,9 +20,9 @@ inherit meson gtk-doc gettext systemd pkgconfig upstream-version-is-even gobject | |||
22 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ | 20 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ |
23 | -Ddbus_daemon=${bindir}/dbus-daemon" | 21 | -Ddbus_daemon=${bindir}/dbus-daemon" |
24 | 22 | ||
25 | GTKDOC_MESON_OPTION = "enable_docs" | 23 | GTKDOC_MESON_OPTION = "docs" |
26 | 24 | ||
27 | GIR_MESON_OPTION = 'enable-introspection' | 25 | GIR_MESON_OPTION = 'introspection' |
28 | GIR_MESON_ENABLE_FLAG = 'yes' | 26 | GIR_MESON_ENABLE_FLAG = 'yes' |
29 | GIR_MESON_DISABLE_FLAG = 'no' | 27 | GIR_MESON_DISABLE_FLAG = 'no' |
30 | 28 | ||