summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2017-08-25 07:37:23 +0200
committerPhil Wise <phil@advancedtelematic.com>2017-08-25 07:37:23 +0200
commitcc8585e7864ce3731fa3db9bad2c748f7f25a6ca (patch)
treea98b095c60251d583f760da105b689a76e24b7f0
parenta130c026af9426eb657d04bfcd4402ad5be53cc7 (diff)
downloadmeta-updater-cc8585e7864ce3731fa3db9bad2c748f7f25a6ca.tar.gz
Add missing libarchive dependency
-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 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
11inherit cmake 11inherit cmake
12 12
13DEPENDS = "boost glib-2.0 curl" 13DEPENDS = "boost glib-2.0 curl libarchive"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
16 16