agl-services: Add missing dependencies to glib2 07/16507/2
authorJosé Bollo <jose.bollo@iot.bzh>
Sun, 9 Sep 2018 09:37:12 +0000 (11:37 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 9 Sep 2018 14:39:27 +0000 (14:39 +0000)
The dependecy to glib-2.0 was missing in the services

 - agl-service-geofence
 - agl-service-iiodevices
 - agl-service-mediascanner

Change-Id: I303a2968ecbc3c497fa34545eaf768cfd5e7b0bd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-agl-profile-core/recipes-apis/agl-service-geofence/agl-service-geofence_git.bb
meta-agl-profile-core/recipes-apis/agl-service-iiodevices/agl-service-iiodevices_git.bb
meta-agl-profile-core/recipes-apis/agl-service-mediascanner/agl-service-mediascanner_git.bb

index a6b57ae..c07ba2a 100644 (file)
@@ -12,7 +12,7 @@ SRCREV  = "${AGL_APP_REVISION}"
 PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
-DEPENDS = "json-c"
+DEPENDS = "json-c glib-2.0"
 RDEPENDS_${PN} = "agl-service-gps"
 
 inherit cmake aglwgt pkgconfig
index 45f851e..1253841 100644 (file)
@@ -12,7 +12,7 @@ SRCREV  = "${AGL_APP_REVISION}"
 PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
-DEPENDS = "json-c libiio"
+DEPENDS = "json-c libiio glib-2.0"
 
 RDEPENDS_${PN} = "libiio"
 
index c1f0001..60ee2e0 100644 (file)
@@ -12,7 +12,7 @@ SRCREV  = "${AGL_APP_REVISION}"
 PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
-DEPENDS = "json-c sqlite3"
+DEPENDS = "json-c sqlite3 glib-2.0"
 RDEPENDS_${PN} = "lightmediascanner"
 
 inherit cmake aglwgt pkgconfig