summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte/vte_0.66.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/vte/vte_0.66.2.bb')
-rw-r--r--meta/recipes-support/vte/vte_0.66.2.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte_0.66.2.bb b/meta/recipes-support/vte/vte_0.66.2.bb
index af1c47cf80..365e4361cb 100644
--- a/meta/recipes-support/vte/vte_0.66.2.bb
+++ b/meta/recipes-support/vte/vte_0.66.2.bb
@@ -19,8 +19,13 @@ GIR_MESON_OPTION = 'gir'
19inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection 19inherit 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)
22SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ 22SRC_URI += " \
23 file://0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch" 23 file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
24 file://0001-Makefile.docs-correctly-substitute-gtkdoc-qemu-wrapp.patch \
25 file://CVE-2024-37535-0001.patch \
26 file://CVE-2024-37535-0002.patch \
27 "
28
24SRC_URI[archive.sha256sum] = "e89974673a72a0a06edac6d17830b82bb124decf0cb3b52cebc92ec3ff04d976" 29SRC_URI[archive.sha256sum] = "e89974673a72a0a06edac6d17830b82bb124decf0cb3b52cebc92ec3ff04d976"
25 30
26ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 31ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"