diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-09-23 03:28:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-24 09:25:24 -0700 |
commit | 77cc7d45b214d7d7cd9b0a3cc014c83649f0be0c (patch) | |
tree | 446d411437e5fc067ebe6f0c4b8be4ec56459571 /meta-gnome | |
parent | cddc20f9c653822ca90f2c44039908b3ecc98fa4 (diff) | |
download | meta-openembedded-77cc7d45b214d7d7cd9b0a3cc014c83649f0be0c.tar.gz |
tepl: Upgrade 6.4.0 -> 6.8.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb (renamed from meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb index 1eecfff4b0..6c9c36f3ed 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb | |||
@@ -6,8 +6,8 @@ DEPENDS = " \ | |||
6 | gsettings-desktop-schemas \ | 6 | gsettings-desktop-schemas \ |
7 | glib-2.0 \ | 7 | glib-2.0 \ |
8 | gtk+3 \ | 8 | gtk+3 \ |
9 | gtksourceview4 \ | 9 | libgedit-amtk \ |
10 | amtk \ | 10 | libgedit-gtksourceview \ |
11 | libxml2 \ | 11 | libxml2 \ |
12 | uchardet \ | 12 | uchardet \ |
13 | gtk-doc-native \ | 13 | gtk-doc-native \ |
@@ -21,7 +21,7 @@ inherit meson gobject-introspection gettext features_check pkgconfig | |||
21 | 21 | ||
22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
23 | SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" | 23 | SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" |
24 | SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844" | 24 | SRCREV = "16ab2567257a053bd957699f89080fafd0999035" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | # gobject-introspection is mandatory and cannot be configured | 27 | # gobject-introspection is mandatory and cannot be configured |