diff options
-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.66.0.bb (renamed from meta/recipes-support/vte/vte_0.64.2.bb) | 5 |
2 files changed, 27 insertions, 2 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 new file mode 100644 index 0000000000..c69a52e5d0 --- /dev/null +++ b/meta/recipes-support/vte/vte/0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch | |||
@@ -0,0 +1,24 @@ | |||
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.64.2.bb b/meta/recipes-support/vte/vte_0.66.0.bb index a79f2e4451..6676b7feeb 100644 --- a/meta/recipes-support/vte/vte_0.64.2.bb +++ b/meta/recipes-support/vte/vte_0.66.0.bb | |||
@@ -19,8 +19,9 @@ GIR_MESON_OPTION = 'gir' | |||
19 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection | 19 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection |
20 | 20 | ||
21 | # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) | 21 | # 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" | 22 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ |
23 | SRC_URI[archive.sha256sum] = "2b3c820b65a667c1d8859ba20478be626d1519cc3159dac25f703330c6d07e18" | 23 | file://0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch" |
24 | SRC_URI[archive.sha256sum] = "d0813ac00fb1d74d88851e765f755d496c83e097097358ea1baadb38b37b7b33" | ||
24 | 25 | ||
25 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
26 | 27 | ||