mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tracker: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
parent
78645f999f
commit
7bfeb7d3ac
|
|
@ -8,11 +8,10 @@ HOMEPAGE = "http://projects.gnome.org/tracker/"
|
|||
|
||||
PR = "r7"
|
||||
|
||||
inherit autotools pkgconfig gnomebase gettext gsettings systemd
|
||||
inherit autotools pkgconfig gnomebase gettext gsettings systemd gobject-introspection
|
||||
|
||||
VER_DIR = "${@gnome_verdir("${PV}")}"
|
||||
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://fix-removable-media-detection.patch \
|
||||
file://90tracker \
|
||||
|
|
@ -35,6 +34,10 @@ EXTRA_OECONF += "--disable-miner-thunderbird --disable-miner-firefox \
|
|||
|
||||
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() {
|
||||
cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
|
||||
# install -d ${D}/${sysconfdir}/X11/Xsession.d/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user