summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-02-02 00:50:24 -0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 20:30:00 -0800
commit9d723d920aaf187b5f32f5d9fff9e8ff721799ee (patch)
treecb116803088c34b7ef4ef40be3390bb80eb1f8bb
parentafb5e65795376e8c1ba010094eb71db1794380f0 (diff)
downloadmeta-openembedded-9d723d920aaf187b5f32f5d9fff9e8ff721799ee.tar.gz
tepl: Upgrade to 6.14.0
Add missing dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb (renamed from meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb
index f4d027ebf7..b6ba7e1a2a 100644
--- a/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb
+++ b/meta-gnome/recipes-gnome/tepl/tepl_6.14.0.bb
@@ -7,7 +7,9 @@ DEPENDS = " \
7 glib-2.0 \ 7 glib-2.0 \
8 gtk+3 \ 8 gtk+3 \
9 libgedit-amtk \ 9 libgedit-amtk \
10 libgedit-gfls \
10 libgedit-gtksourceview \ 11 libgedit-gtksourceview \
12 libhandy \
11 libxml2 \ 13 libxml2 \
12 uchardet \ 14 uchardet \
13 gtk-doc-native \ 15 gtk-doc-native \
@@ -20,9 +22,8 @@ inherit meson gobject-introspection gettext features_check pkgconfig
20 22
21 23
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" 25SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main"
24SRCREV = "16ab2567257a053bd957699f89080fafd0999035" 26SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620"
25
26# gobject-introspection is mandatory and cannot be configured 27# gobject-introspection is mandatory and cannot be configured
27REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
28GIR_MESON_OPTION = "" 29GIR_MESON_OPTION = ""