summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-11-29 11:59:24 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-11-29 12:07:08 +0100
commitcfb88d78c29de36793774e801937ec09212fc0e0 (patch)
tree17b2c021cc38ed1d4eaed199e7914d0daa9e7783
parent4b155ea6182063a293f41e2ae83bfb3395e3967a (diff)
Add dependency on curl.
Without explicitly stated dependency the recipe will fail sometimes depending on the order bitbake executes its jobs. Updating sota-tools to make it crash during configuration phase as well. Change-Id: I265f9d1f11c42c6e203d04f2b23a55f18de0fc1b Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r--meta-sota/recipes-sota/sota-tools/sota-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb
index 911c66b..ef6c3a0 100644
--- a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb
+++ b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea"
S = "${WORKDIR}/git"
SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master"
-SRCREV = "a70ae808db4cbabdc643ea3453cd7d8efac6c659"
+SRCREV = "7d7c7850f35743d82862a70f643c5c3ddc5b296c"
inherit cmake
-DEPENDS = "boost glib-2.0"
+DEPENDS = "boost glib-2.0 curl"
BBCLASSEXTEND = "native"