summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-02-09 17:23:04 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-02-09 17:23:57 +0100
commit22e293116fd3e162b2ef7db6575d76b39fb980a3 (patch)
tree9a974fae2096ec763f39bc9b18d441a859817aae /recipes-sota
parent834e59f5b8754c4371aa41debe3120dc9b7f9fa2 (diff)
downloadmeta-updater-22e293116fd3e162b2ef7db6575d76b39fb980a3.tar.gz
Add dependency in CURL to sota-tools recipe
Diffstat (limited to 'recipes-sota')
-rw-r--r--recipes-sota/sota-tools/sota-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/sota-tools/sota-tools_git.bb b/recipes-sota/sota-tools/sota-tools_git.bb
index 231d13c..e472ff8 100644
--- a/recipes-sota/sota-tools/sota-tools_git.bb
+++ b/recipes-sota/sota-tools/sota-tools_git.bb
@@ -10,7 +10,7 @@ SRCREV = "c6ecec3e86c423dd6caaa362a5ff0a1a6f4072a8"
10 10
11inherit cmake 11inherit cmake
12 12
13DEPENDS = "boost glib-2.0" 13DEPENDS = "boost glib-2.0 curl"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
16 16