[oe] [meta-oe][PATCH 02/11] geoclue: add missing intltool-native dependency

Martin Jansa martin.jansa at gmail.com
Mon Aug 15 10:20:40 UTC 2016


* 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 at gmail.com>
---
 meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 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
index 5e3d04e..90e8533 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb
@@ -8,13 +8,13 @@ SECTION = "console/network"
 
 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
 
 SRC_URI = " \
-  http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-${PV}.tar.xz \
-  file://soup-session-fix.patch \
+    http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-${PV}.tar.xz \
+    file://soup-session-fix.patch \
 "
 
 SRC_URI[md5sum] = "401ff99d530b177c62afacef0a33efd9"
@@ -23,11 +23,11 @@ SRC_URI[sha256sum] = "4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda
 PACKAGECONFIG[geoip] = "--enable-geoip-server,--disable-geoip-server,geoip"
 
 EXTRA_OECONF += " \
-  --with-dbus-service-user=root \
-  --with-dbus-sys-dir=${sysconfdir}/dbus-1/system.d \
+    --with-dbus-service-user=root \
+    --with-dbus-sys-dir=${sysconfdir}/dbus-1/system.d \
 "
 
 FILES_${PN} += " \
-  ${datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service \
-  ${datadir}/geoclue-2.0/geoclue-interface.xml \
+    ${datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service \
+    ${datadir}/geoclue-2.0/geoclue-interface.xml \
 "
-- 
2.9.2




More information about the Openembedded-devel mailing list