agl-service-signal-composer: Library dependency 43/21243/1
authorFrederic Marec <frederic.marec@iot.bzh>
Fri, 3 May 2019 08:21:04 +0000 (10:21 +0200)
committerFrédéric Marec <frederic.marec@iot.bzh>
Fri, 3 May 2019 08:29:49 +0000 (08:29 +0000)
As the "controller" and "helper" aren't any more submodules
but in libraries, it is required to add the dependency
int he recipe.

Bug-AGL: SPEC-2139

Change-Id: I377113b733c30d9a51297155c695ae98f151fbed
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb

index 9c865bb..04e827f 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit cmake pkgconfig aglwgt ptest
 
-DEPENDS += "lua lua-native"
+DEPENDS += "lua lua-native libappcontroller libafb-helpers"
 RDEPENDS_${PN} += "lua"
 
 SRC_URI = "gitsm://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"