diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-08-25 07:37:23 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-08-25 07:37:23 +0200 |
commit | cc8585e7864ce3731fa3db9bad2c748f7f25a6ca (patch) | |
tree | a98b095c60251d583f760da105b689a76e24b7f0 /recipes-sota | |
parent | a130c026af9426eb657d04bfcd4402ad5be53cc7 (diff) | |
download | meta-updater-cc8585e7864ce3731fa3db9bad2c748f7f25a6ca.tar.gz |
Add missing libarchive dependency
Diffstat (limited to 'recipes-sota')
-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 2b9d0cb..5403d9a 100644 --- a/recipes-sota/sota-tools/sota-tools_git.bb +++ b/recipes-sota/sota-tools/sota-tools_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "216cb84db98e9b0f8c6c1c407f480c5dd0b3cf62" | |||
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||
13 | DEPENDS = "boost glib-2.0 curl" | 13 | DEPENDS = "boost glib-2.0 curl libarchive" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||