mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:40:23 +00:00
grilo-plugins: add PACKAGECONFIG for tracker
Add a PACKAGECONFIG for the tracker plugin, and enable it only if gobject-introspection is enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c89b5141d3
commit
95f7b97b3a
@ -7,7 +7,6 @@ DEPENDS = " \
|
|||||||
gperf-native \
|
gperf-native \
|
||||||
itstool-native \
|
itstool-native \
|
||||||
grilo \
|
grilo \
|
||||||
tracker \
|
|
||||||
lua \
|
lua \
|
||||||
liboauth \
|
liboauth \
|
||||||
"
|
"
|
||||||
@ -19,4 +18,7 @@ inherit gnomebase gnome-help vala
|
|||||||
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
||||||
SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb"
|
SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 'tracker', '', d)}"
|
||||||
|
PACKAGECONFIG[tracker] = "-Denable-tracker3=yes,-Denable-tracker3=no,tracker"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/grilo-0.3"
|
FILES:${PN} += "${libdir}/grilo-0.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user