diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-06-06 20:22:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-06 13:58:43 -0700 |
| commit | 91d468a051f90d4df3550b911a4604db490d8d50 (patch) | |
| tree | 09fec0b3b40fddb0b818dd132cbf65452721d8c6 | |
| parent | a095a83389fa9c17cc3651fc5f3efb74222d9dfb (diff) | |
| download | meta-openembedded-91d468a051f90d4df3550b911a4604db490d8d50.tar.gz | |
tracker: upgrade 3.3.0 -> 3.3.1
Changelog:
=========
* Fixed blank nodes to return the correct identifier in certain
queries.
* Fixes to FTS consistency after updates
* Fixes to HTTP module linking
* Fix handling of STRING_LITERAL_LONG1/2 terminals
* Fix handling of negated property paths
* Use .so suffix for modules on all platforms
* Added code examples in JS/Python
* Developer documentation improvements
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.3.1.bb (renamed from meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb index bb2396af7c..42f44863ba 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.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] = "0706f96fe7f95df42acec812c1de7b4593a0d648321ca83506a9d71e22417bda" | 25 | SRC_URI[archive.sha256sum] = "5ad6f5bc97781ebf55ecd6947cd4ae7ff4192516580d10bd8380f1dd47196ed2" |
| 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" |
