diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-20 14:31:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 12:26:46 +0000 |
commit | ff0183615aaeba9f1b6fbac4a6f13295913de514 (patch) | |
tree | b2b89cd123317a93dfa16a56f228873511b16c94 | |
parent | e3f65282c9e6a42198eabd7bc3132367aaeb3bab (diff) | |
download | poky-ff0183615aaeba9f1b6fbac4a6f13295913de514.tar.gz |
vte: update 0.68.0 -> 0.70.1
Transition to gi-docgen from gtk-doc.
Drop vala tweaks: gobject-introspection already does
it correctly (with STAGING_LIBDIR included).
(From OE-Core rev: 1a418b35918abf78f18356fd77c63c94a14065ef)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vte/vte/0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch | 24 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.70.1.bb (renamed from meta/recipes-support/vte/vte_0.68.0.bb) | 16 |
2 files changed, 4 insertions, 36 deletions
diff --git a/meta/recipes-support/vte/vte/0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch b/meta/recipes-support/vte/vte/0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch deleted file mode 100644 index c69a52e5d0..0000000000 --- a/meta/recipes-support/vte/vte/0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | From daa30d0039397a735d49ea535305ed0bc5f9d73b Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex@linutronix.de> | ||
3 | Date: Tue, 26 Oct 2021 09:38:42 +0200 | ||
4 | Subject: [PATCH] Makefile.docs: correctly substitute gtkdoc qemu wrapper | ||
5 | |||
6 | Upstream-Status: Inappropriate [oe-core specific] | ||
7 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
8 | --- | ||
9 | doc/reference/Makefile.docs | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/doc/reference/Makefile.docs b/doc/reference/Makefile.docs | ||
13 | index b18f0a4..da18440 100644 | ||
14 | --- a/doc/reference/Makefile.docs | ||
15 | +++ b/doc/reference/Makefile.docs | ||
16 | @@ -233,7 +233,7 @@ INSTALL_DATA = $(INSTALL) -m 644 | ||
17 | |||
18 | GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(CPPFLAGS) $(CFLAGS) | ||
19 | GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(CFLAGS) $(LDFLAGS) | ||
20 | -GTKDOC_RUN = | ||
21 | +GTKDOC_RUN = $(top_builddir)/gtkdoc-qemuwrapper | ||
22 | |||
23 | GTKDOC_CHECK_PATH = gtkdoc-check | ||
24 | GTKDOC_REBASE = gtkdoc-rebase | ||
diff --git a/meta/recipes-support/vte/vte_0.68.0.bb b/meta/recipes-support/vte/vte_0.70.1.bb index fc4324872d..ee53fcd799 100644 --- a/meta/recipes-support/vte/vte_0.68.0.bb +++ b/meta/recipes-support/vte/vte_0.70.1.bb | |||
@@ -15,24 +15,16 @@ DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu" | |||
15 | 15 | ||
16 | GNOMEBASEBUILDCLASS = "meson" | 16 | GNOMEBASEBUILDCLASS = "meson" |
17 | GIR_MESON_OPTION = 'gir' | 17 | GIR_MESON_OPTION = 'gir' |
18 | GIDOCGEN_MESON_OPTION = "docs" | ||
18 | 19 | ||
19 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection | 20 | inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection |
20 | 21 | ||
21 | # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) | 22 | # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) |
22 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ | 23 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" |
23 | file://0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch" | 24 | SRC_URI[archive.sha256sum] = "1f4601cbfea5302b96902208c8f185e5b18b259b5358bc93cf392bf59871c5b6" |
24 | SRC_URI[archive.sha256sum] = "13e7d4789ca216a33780030d246c9b13ddbfd04094c6316eea7ff92284dd1749" | ||
25 | 25 | ||
26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
27 | 27 | ||
28 | # Instead of "inherit vala" we do the relevant settings here so we can | ||
29 | # set DEPENDS based on PACKAGECONFIG. | ||
30 | |||
31 | # Our patched version of Vala looks in STAGING_DATADIR for .vapi files | ||
32 | export STAGING_DATADIR | ||
33 | # Upstream Vala >= 0.11 looks in XDG_DATA_DIRS for .vapi files | ||
34 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" | ||
35 | |||
36 | # Help g-ir-scanner find the .so for linking | 28 | # Help g-ir-scanner find the .so for linking |
37 | do_compile:prepend() { | 29 | do_compile:prepend() { |
38 | export GIR_EXTRA_LIBS_PATH="${B}/src/.libs" | 30 | export GIR_EXTRA_LIBS_PATH="${B}/src/.libs" |