rvi-sota-client: Add openssl as a dependency 93/5893/2
authorLeon Anavi <leon.anavi@konsulko.com>
Fri, 17 Jun 2016 12:47:32 +0000 (12:47 +0000)
committerGerrit Code Review <gerrit@172.30.200.200>
Sun, 19 Jun 2016 19:42:27 +0000 (19:42 +0000)
Fix a potential issue when reusing sstate cache
for building RVI SOTA client by adding openssl
as a dependency.

Bug-AGL: SPEC-176

Change-Id: I3fb3d5f0051aa56e44968fa71bc4a0cf6f39a250
Reported-by: Frederico Cadete <frederico.cadete@awtce.be>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb

index 8d3c78c..b990272 100644 (file)
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
 
 BBCLASSEXTEND = "native"
 
-DEPENDS += "dbus"
+DEPENDS += "dbus openssl"
 RDEPENDS_${PN} += "dbus-lib libcrypto libssl bash"
 
 SYSTEMD_SERVICE_${PN} = "rvi-sota-client.service"