mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
geoclue: add missing intltool-native dependency
* fixes: | checking pkg-config is at least version 0.22... yes | ../geoclue-2.0.0/configure: line 16260: syntax error near unexpected token `0.40.0' | ../geoclue-2.0.0/configure: line 16260: `IT_PROG_INTLTOOL(0.40.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@ SECTION = "console/network"
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 dbus dbus-glib json-glib libsoup-2.4"
|
DEPENDS = "glib-2.0 dbus dbus-glib json-glib libsoup-2.4 intltool-native"
|
||||||
|
|
||||||
inherit autotools pkgconfig gtk-doc
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-${PV}.tar.xz \
|
http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-${PV}.tar.xz \
|
||||||
file://soup-session-fix.patch \
|
file://soup-session-fix.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "401ff99d530b177c62afacef0a33efd9"
|
SRC_URI[md5sum] = "401ff99d530b177c62afacef0a33efd9"
|
||||||
@@ -23,11 +23,11 @@ SRC_URI[sha256sum] = "4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda
|
|||||||
PACKAGECONFIG[geoip] = "--enable-geoip-server,--disable-geoip-server,geoip"
|
PACKAGECONFIG[geoip] = "--enable-geoip-server,--disable-geoip-server,geoip"
|
||||||
|
|
||||||
EXTRA_OECONF += " \
|
EXTRA_OECONF += " \
|
||||||
--with-dbus-service-user=root \
|
--with-dbus-service-user=root \
|
||||||
--with-dbus-sys-dir=${sysconfdir}/dbus-1/system.d \
|
--with-dbus-sys-dir=${sysconfdir}/dbus-1/system.d \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES_${PN} += " \
|
||||||
${datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service \
|
${datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service \
|
||||||
${datadir}/geoclue-2.0/geoclue-interface.xml \
|
${datadir}/geoclue-2.0/geoclue-interface.xml \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user