summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-21 18:00:20 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:44 -0700
commit750b32f7abaea2dfc0493a9e7fc8677793d7ea4f (patch)
treec6e86daed2dd5f4298ff6ade4aa262234c38a7ae /meta-gnome
parent60ad992e4952b0bfd8eb6b2afa77c5d3ed539f98 (diff)
downloadmeta-openembedded-750b32f7abaea2dfc0493a9e7fc8677793d7ea4f.tar.gz
grilo-plugins: switch from tracker to tinysparql
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/grilo/grilo-plugins_0.3.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb
index 40603993f..05df108e9 100644
--- a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb
+++ b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb
@@ -18,6 +18,6 @@ SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
18SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb" 18SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb"
19 19
20PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 'tracker', '', d)}" 20PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 'tracker', '', d)}"
21PACKAGECONFIG[tracker] = "-Denable-tracker3=yes,-Denable-tracker3=no,tracker" 21PACKAGECONFIG[tracker] = "-Denable-tracker3=yes,-Denable-tracker3=no,tinysparql"
22 22
23FILES:${PN} += "${libdir}/grilo-0.3" 23FILES:${PN} += "${libdir}/grilo-0.3"