diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-23 13:40:45 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-07-26 07:27:26 -0700 |
| commit | 8f2dc1023482863e2630d1b94052c41ce748b38f (patch) | |
| tree | c41685385e0aa269acb0f1b7275029691b4da7c8 | |
| parent | 6f3b39ffb6b11444e7fee199965982cfa33e8c87 (diff) | |
| download | meta-openembedded-8f2dc1023482863e2630d1b94052c41ce748b38f.tar.gz | |
tracker: upgrade 3.3.1 -> 3.3.2
Changelog:
==========
* Avoid redundant queries in TrackerNotifiers proxied through
an D-Bus connection
* Do not attempt to rebuild non-existing FTS tables on parser
updates
* Convert values to the right type when propagating insertions
over superproperties
* Fix test to handle SQLite >= 3.39.0
* Fix handling of nrl:modified after opening existing databases
* Linking fixes to CLI executables
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a7f5d549e6152292e73e0039f4b7b0a2936a395c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb (renamed from meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb index 42f44863ba..eaa0e065d1 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb | |||
| @@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson" | |||
| 22 | 22 | ||
| 23 | inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native | 23 | inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native |
| 24 | 24 | ||
| 25 | SRC_URI[archive.sha256sum] = "5ad6f5bc97781ebf55ecd6947cd4ae7ff4192516580d10bd8380f1dd47196ed2" | 25 | SRC_URI[archive.sha256sum] = "0ed2b98918956d6f16429c607dd8a14c84f4da0a48970fd2eb8c93aba3cf9913" |
| 26 | 26 | ||
| 27 | # gobject-introspection is mandatory and cannot be configured | 27 | # gobject-introspection is mandatory and cannot be configured |
| 28 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 28 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
