diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:17:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 12:12:58 +0100 |
commit | c9af0cd12887de018bb1aea726d45d48a18bd7e6 (patch) | |
tree | 6e4cc2dd0e4abcacc161cb4cac1f1ebe3c34b596 | |
parent | eff192abe2ee43ebf981bafbb7fca8602ebdcf0c (diff) | |
download | poky-c9af0cd12887de018bb1aea726d45d48a18bd7e6.tar.gz |
vte: use tarballs again
(From OE-Core rev: 4f4d631dbb88dad03a3f83ea57cb7a0a17a7fdb8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vte/vte_0.64.0.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-support/vte/vte_0.64.0.bb b/meta/recipes-support/vte/vte_0.64.0.bb index a16dac7e67..fc7d3014a5 100644 --- a/meta/recipes-support/vte/vte_0.64.0.bb +++ b/meta/recipes-support/vte/vte_0.64.0.bb | |||
@@ -18,12 +18,9 @@ GIR_MESON_OPTION = 'gir' | |||
18 | 18 | ||
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 | SRCREV = "2520d6b6785646ceb5f501f9c37a1a0307fa4486" | ||
22 | SRC_URI = "git://gitlab.gnome.org/GNOME/vte.git;protocol=https;branch=vte-0-64" | ||
23 | # 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) |
24 | 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" |
25 | 23 | SRC_URI[archive.sha256sum] = "c0c60b8dc343167437c86d984b0cf134df86034180ed70513f683006ada3ec41" | |
26 | S = "${WORKDIR}/git" | ||
27 | 24 | ||
28 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 25 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
29 | 26 | ||