diff options
author | cajun-rat <p@beta16.co.uk> | 2017-02-09 17:38:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 17:38:43 +0100 |
commit | fbd4aac807760336c7dd26c2f271d17a8050924c (patch) | |
tree | 9800467b2e6a96d75ef3fc33ae6b0df5954afd46 | |
parent | 0dab1e2af9b30cb8a07cac92d5832019c3973101 (diff) | |
parent | 22e293116fd3e162b2ef7db6575d76b39fb980a3 (diff) | |
download | meta-updater-fbd4aac807760336c7dd26c2f271d17a8050924c.tar.gz |
Merge pull request #33 from advancedtelematic/bugfix/curlsota
Add dependency in CURL to sota-tools recipe
-rw-r--r-- | recipes-sota/sota-tools/sota-tools_git.bb | 2 |
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 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||
13 | DEPENDS = "boost glib-2.0" | 13 | DEPENDS = "boost glib-2.0 curl" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||