agl-server-gps: add missing libgps RDEPENDS dependency 21/13521/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Sat, 24 Feb 2018 05:18:29 +0000 (21:18 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Mar 2018 09:27:29 +0000 (09:27 +0000)
libgps is needed for agl-service-gps to communicate to gpsd

Change-Id: I73f32d50728111962b9201927796f5594835a807
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-demo-hmi/agl-service-gps/agl-service-gps_git.bb

index 501597b..d1fee9d 100644 (file)
@@ -13,5 +13,6 @@ PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
 DEPENDS = "json-c gpsd"
+RDEPENDS_${PN} = "libgps"
 
 inherit cmake aglwgt pkgconfig