blob: bb5ce101631e71b8e85225b2de0ae08d3517064c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/GeoClue"
DEPENDS = "libgpsmgr libgpsbt gtk+ gypsy libxml2 gconf-dbus libsoup dbus-glib"
SRCREV = "3a31d260074397a968afaf1065856ab763befb01"
PV = "0.11.1"
PR_append = "+gitr${SRCREV}"
PE = "1"
inherit gnome autotools_stage
SRC_URI = "git://anongit.freedesktop.org/git/geoclue;protocol=git \
file://gtk-doc.make"
S = "${WORKDIR}/git"
LDFLAGS_append = " -lgthread-2.0 "
EXTRA_OECONF = " \
--enable-system-bus"
do_configure_prepend() {
cp ${WORKDIR}/gtk-doc.make ${S}
}
FILES_${PN} += " \
${datadir}/geoclue-providers/ \
${datadir}/dbus-1"
|