diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-10 09:59:22 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:36 -0800 |
commit | 6b3b2ac0fd5cc35022a53a25106d6ae2b49145bc (patch) | |
tree | d45ead30f5d3b21878a6b48b863b60b69af09230 /meta-gnome | |
parent | 9219b0b289081e2e49a95f8585970d141a4162a6 (diff) | |
download | meta-openembedded-6b3b2ac0fd5cc35022a53a25106d6ae2b49145bc.tar.gz |
tracker: update 3.4.1 -> 3.4.2
build with libsoup3
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/tracker/tracker_3.4.2.bb (renamed from meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.4.2.bb index 1428159ce3..0cc6089ae4 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.4.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.4.2.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = " \ | |||
14 | dbus \ | 14 | dbus \ |
15 | icu \ | 15 | icu \ |
16 | json-glib \ | 16 | json-glib \ |
17 | libsoup-2.4 \ | 17 | libsoup-3.0 \ |
18 | libstemmer \ | 18 | libstemmer \ |
19 | " | 19 | " |
20 | 20 | ||
@@ -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] = "ea9d41a9fb9c2b42ad80fc2c82327b5c713d594c969b09e1a49be63fb74f4fae" | 25 | SRC_URI[archive.sha256sum] = "4e6df142a4f704878fca98ebb5a224750e5ea546aa2aaabaa726a73540bd1731" |
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" |
@@ -43,6 +43,7 @@ EXTRA_OEMESON = " \ | |||
43 | -Dman=false \ | 43 | -Dman=false \ |
44 | -Dsystemd_user_services=${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)} \ | 44 | -Dsystemd_user_services=${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)} \ |
45 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | 45 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ |
46 | -Dsoup=soup3 \ | ||
46 | " | 47 | " |
47 | 48 | ||
48 | FILES:${PN} += " \ | 49 | FILES:${PN} += " \ |