From cc8585e7864ce3731fa3db9bad2c748f7f25a6ca Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Fri, 25 Aug 2017 07:37:23 +0200 Subject: Add missing libarchive dependency --- recipes-sota/sota-tools/sota-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-sota') 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" inherit cmake -DEPENDS = "boost glib-2.0 curl" +DEPENDS = "boost glib-2.0 curl libarchive" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf