[oe-commits] [meta-openembedded] 02/80: geoclue: add missing intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:23 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 8d84f588eb482eee86b3589bd1965f5e66683292
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Aug 11 14:10:28 2016 +0200

    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 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list