summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-31 16:42:12 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-31 08:27:33 -0700
commitdb39f8875f18116abb77e339ad375e5898e38ac5 (patch)
tree57833e105b6564b8485def68a6d7596610a7726c
parent8b70c195b3b244e98aadf674762ac11ecf63c39e (diff)
downloadmeta-openembedded-db39f8875f18116abb77e339ad375e5898e38ac5.tar.gz
tracker: upgrade 3.4.0 -> 3.4.1
Changelog: ========== * Fixes to VAPI file * Fixes to IRI escaping checks in TrackerResource * Move fts: prefix definition to base ontology * Improve memory usage of already executed TrackerBatch objects for GC languages * Replace deprecated egrep tool usage in bash completion script * Fixes for memory leaks and invalid memory access * Fix endpoint-side cancellation of client-side D-Bus cancelled queries Translations: ab, bg, hr, sk, tr Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb (renamed from meta-gnome/recipes-gnome/tracker/tracker_3.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.4.0.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb
index ed0fbb6f01..1428159ce3 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.4.0.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb
@@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson"
22 22
23inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native 23inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native
24 24
25SRC_URI[archive.sha256sum] = "b3b380c9571d7c7423b5f401e4a2f2d78de47143b035eb2c1281e2423c59218b" 25SRC_URI[archive.sha256sum] = "ea9d41a9fb9c2b42ad80fc2c82327b5c713d594c969b09e1a49be63fb74f4fae"
26 26
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"