mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tracker: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
78645f999f
commit
7bfeb7d3ac
@@ -8,11 +8,10 @@ HOMEPAGE = "http://projects.gnome.org/tracker/"
|
|||||||
|
|
||||||
PR = "r7"
|
PR = "r7"
|
||||||
|
|
||||||
inherit autotools pkgconfig gnomebase gettext gsettings systemd
|
inherit autotools pkgconfig gnomebase gettext gsettings systemd gobject-introspection
|
||||||
|
|
||||||
VER_DIR = "${@gnome_verdir("${PV}")}"
|
VER_DIR = "${@gnome_verdir("${PV}")}"
|
||||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/${VER_DIR}/tracker-${PV}.tar.xz \
|
||||||
file://0005-Fix-missing-gobject-introspection-checks.patch \
|
|
||||||
file://enable-sqlite-crosscompile.patch \
|
file://enable-sqlite-crosscompile.patch \
|
||||||
file://fix-removable-media-detection.patch \
|
file://fix-removable-media-detection.patch \
|
||||||
file://90tracker \
|
file://90tracker \
|
||||||
@@ -35,6 +34,10 @@ EXTRA_OECONF += "--disable-miner-thunderbird --disable-miner-firefox \
|
|||||||
|
|
||||||
LEAD_SONAME = "libtrackerclient.so.0"
|
LEAD_SONAME = "libtrackerclient.so.0"
|
||||||
|
|
||||||
|
do_compile_prepend() {
|
||||||
|
export GIR_EXTRA_LIBS_PATH="${B}/src/libtracker-sparql-backend/.libs:${B}/src/libtracker-data/.libs:${B}/src/libtracker-common/.libs"
|
||||||
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
|
cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
|
||||||
# install -d ${D}/${sysconfdir}/X11/Xsession.d/
|
# install -d ${D}/${sysconfdir}/X11/Xsession.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user