summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-03-20 23:22:24 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-20 23:23:14 -0700
commit89d12606c6a20a9836b3b10ec00080d9a4cd4914 (patch)
tree5aa8a5e088245f03cd2e400ab23924160cd837ee
parente75f2943a7df0a5948ded628c434b431b5886484 (diff)
downloadmeta-openembedded-89d12606c6a20a9836b3b10ec00080d9a4cd4914.tar.gz
tepl: Add tag parameter to SRC_URI
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb2
1 files changed, 1 insertions, 1 deletions
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
22 22
23 23
24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
25SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main" 25SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main;tag=${PV}"
26SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620" 26SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620"
27# gobject-introspection is mandatory and cannot be configured 27# gobject-introspection is mandatory and cannot be configured
28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"