diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:17:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:26 +0100 |
commit | 7bfeb7d3ac1724ebafdfdbabf19871988939abbd (patch) | |
tree | d7c922fb0ab076fb3b1dc777a78ba9fc8574d351 | |
parent | 78645f999f21204f34ce3e3934c8bbe92ba481b4 (diff) | |
download | meta-openembedded-7bfeb7d3ac1724ebafdfdbabf19871988939abbd.tar.gz |
tracker: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb b/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb index 41501dfbb9..c52d95e976 100644 --- a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb +++ b/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | |||
@@ -8,11 +8,10 @@ HOMEPAGE = "http://projects.gnome.org/tracker/" | |||
8 | 8 | ||
9 | PR = "r7" | 9 | PR = "r7" |
10 | 10 | ||
11 | inherit autotools pkgconfig gnomebase gettext gsettings systemd | 11 | inherit autotools pkgconfig gnomebase gettext gsettings systemd gobject-introspection |
12 | 12 | ||
13 | VER_DIR = "${@gnome_verdir("${PV}")}" | 13 | VER_DIR = "${@gnome_verdir("${PV}")}" |
14 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \ | 14 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \ |
15 | file://0005-Fix-missing-gobject-introspection-checks.patch \ | ||
16 | file://enable-sqlite-crosscompile.patch \ | 15 | file://enable-sqlite-crosscompile.patch \ |
17 | file://fix-removable-media-detection.patch \ | 16 | file://fix-removable-media-detection.patch \ |
18 | file://90tracker \ | 17 | file://90tracker \ |
@@ -35,6 +34,10 @@ EXTRA_OECONF += "--disable-miner-thunderbird --disable-miner-firefox \ | |||
35 | 34 | ||
36 | LEAD_SONAME = "libtrackerclient.so.0" | 35 | LEAD_SONAME = "libtrackerclient.so.0" |
37 | 36 | ||
37 | do_compile_prepend() { | ||
38 | export GIR_EXTRA_LIBS_PATH="${B}/src/libtracker-sparql-backend/.libs:${B}/src/libtracker-data/.libs:${B}/src/libtracker-common/.libs" | ||
39 | } | ||
40 | |||
38 | do_install_append() { | 41 | do_install_append() { |
39 | cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true | 42 | cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true |
40 | # install -d ${D}/${sysconfdir}/X11/Xsession.d/ | 43 | # install -d ${D}/${sysconfdir}/X11/Xsession.d/ |