summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-02-09 17:38:43 +0100
committerGitHub <noreply@github.com>2017-02-09 17:38:43 +0100
commitfbd4aac807760336c7dd26c2f271d17a8050924c (patch)
tree9800467b2e6a96d75ef3fc33ae6b0df5954afd46 /recipes-sota
parent0dab1e2af9b30cb8a07cac92d5832019c3973101 (diff)
parent22e293116fd3e162b2ef7db6575d76b39fb980a3 (diff)
downloadmeta-updater-fbd4aac807760336c7dd26c2f271d17a8050924c.tar.gz
Merge pull request #33 from advancedtelematic/bugfix/curlsota
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