From 89d12606c6a20a9836b3b10ec00080d9a4cd4914 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 20 Mar 2026 23:22:24 -0700 Subject: [PATCH] tepl: Add tag parameter to SRC_URI Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb index b6ba7e1a2a..4350f69068 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb @@ -22,7 +22,7 @@ inherit meson gobject-introspection gettext features_check pkgconfig ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main" +SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main;tag=${PV}" SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"