mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
vte: upgrade 0.64.2 -> 0.66.0
(From OE-Core rev: 35fa233f295bbbffafaa26bb446c4f0a4d166c8d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ba09f9031f
commit
f1c9341c29
+24
@@ -0,0 +1,24 @@
|
||||
From daa30d0039397a735d49ea535305ed0bc5f9d73b Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Tue, 26 Oct 2021 09:38:42 +0200
|
||||
Subject: [PATCH] Makefile.docs: correctly substitute gtkdoc qemu wrapper
|
||||
|
||||
Upstream-Status: Inappropriate [oe-core specific]
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
doc/reference/Makefile.docs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/doc/reference/Makefile.docs b/doc/reference/Makefile.docs
|
||||
index b18f0a4..da18440 100644
|
||||
--- a/doc/reference/Makefile.docs
|
||||
+++ b/doc/reference/Makefile.docs
|
||||
@@ -233,7 +233,7 @@ INSTALL_DATA = $(INSTALL) -m 644
|
||||
|
||||
GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(CPPFLAGS) $(CFLAGS)
|
||||
GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(CFLAGS) $(LDFLAGS)
|
||||
-GTKDOC_RUN =
|
||||
+GTKDOC_RUN = $(top_builddir)/gtkdoc-qemuwrapper
|
||||
|
||||
GTKDOC_CHECK_PATH = gtkdoc-check
|
||||
GTKDOC_REBASE = gtkdoc-rebase
|
||||
@@ -19,8 +19,9 @@ GIR_MESON_OPTION = 'gir'
|
||||
inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection
|
||||
|
||||
# vapigen.m4 is required when vala is not present (but the one from vala should be used normally)
|
||||
SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
|
||||
SRC_URI[archive.sha256sum] = "2b3c820b65a667c1d8859ba20478be626d1519cc3159dac25f703330c6d07e18"
|
||||
SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
|
||||
file://0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch"
|
||||
SRC_URI[archive.sha256sum] = "d0813ac00fb1d74d88851e765f755d496c83e097097358ea1baadb38b37b7b33"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
Reference in New Issue
Block a user