freesmartphone: bump cornucopia, msmcomm, libfso-glib, fso-specs, libgisi SRCREV
[openembedded.git] / recipes / geoclue / geoclue_0.12.0.bb
blob6c54679973aa3e3fed676d70b1a1f18190ddd1cc
1 DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
2 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/GeoClue"
4 DEPENDS = "libgpsmgr libgpsbt gtk+ gypsy libxml2 gconf libsoup dbus-glib"
6 PE = "1"
8 inherit gnome
10 SRC_URI = "http://folks.o-hand.com/jku/geoclue-releases/geoclue-${PV}.tar.gz;name=archive \
11 file://gtk-doc.make"
13 SRC_URI[archive.md5sum] = "33af8307f332e0065af056ecba65fec2"
14 SRC_URI[archive.sha256sum] = "0f533f177ae9aa35e807a01c754840f66df9579f5524552f14f2b5ba670a4696"
17 LDFLAGS_append = " -lgthread-2.0 "
19 EXTRA_OECONF = " \
20 --enable-system-bus"
22 do_configure_prepend() {
23 cp ${WORKDIR}/gtk-doc.make ${S}
27 FILES_${PN} += " \
28 ${datadir}/geoclue-providers/ \
29 ${datadir}/dbus-1"