diff options
Diffstat (limited to 'meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb')
| -rw-r--r-- | meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb deleted file mode 100644 index 90e8533abd..0000000000 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | SUMMARY = "The Geolocation Service" | ||
| 2 | DESCRIPTION = "Geoclue is a D-Bus service that provides location information. \ | ||
| 3 | The primary goal of the Geoclue project is to make creating location-aware applications \ | ||
| 4 | as simple as possible, while the secondary goal is to ensure that no application \ | ||
| 5 | can access location information without explicit permission from user." | ||
| 6 | LICENSE = "GPLv2.0+" | ||
| 7 | SECTION = "console/network" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd" | ||
| 10 | |||
| 11 | DEPENDS = "glib-2.0 dbus dbus-glib json-glib libsoup-2.4 intltool-native" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig gtk-doc | ||
| 14 | |||
| 15 | SRC_URI = " \ | ||
| 16 | http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-${PV}.tar.xz \ | ||
| 17 | file://soup-session-fix.patch \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "401ff99d530b177c62afacef0a33efd9" | ||
| 21 | SRC_URI[sha256sum] = "4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1" | ||
| 22 | |||
| 23 | PACKAGECONFIG[geoip] = "--enable-geoip-server,--disable-geoip-server,geoip" | ||
| 24 | |||
| 25 | EXTRA_OECONF += " \ | ||
| 26 | --with-dbus-service-user=root \ | ||
| 27 | --with-dbus-sys-dir=${sysconfdir}/dbus-1/system.d \ | ||
| 28 | " | ||
| 29 | |||
| 30 | FILES_${PN} += " \ | ||
| 31 | ${datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service \ | ||
| 32 | ${datadir}/geoclue-2.0/geoclue-interface.xml \ | ||
| 33 | " | ||
