diff options
author | wangmy <wangmy@fujitsu.com> | 2022-07-23 13:40:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 10:40:35 -0400 |
commit | f22ecd8628806b7d7361aa1ca4f34bf62626b133 (patch) | |
tree | 17da04ca609af14454575a6180b475970b04e361 /meta-gnome | |
parent | fb6af0ef0bee78b022a725cd38b2c99b4773bb88 (diff) | |
download | meta-openembedded-f22ecd8628806b7d7361aa1ca4f34bf62626b133.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>
Diffstat (limited to 'meta-gnome')
-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 42f44863b..eaa0e065d 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" |