Without this we get:
    ERROR: Missing required tool: wget

When attempting to do something like:
    lxc-create -n ubu -t download -- --no-validate -d ubuntu -r xenial

Signed-off-by: Mark Asselstine <[email protected]>
---
 recipes-containers/lxc/lxc_2.0.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/lxc/lxc_2.0.8.bb 
b/recipes-containers/lxc/lxc_2.0.8.bb
index bf2a265..4473fdd 100644
--- a/recipes-containers/lxc/lxc_2.0.8.bb
+++ b/recipes-containers/lxc/lxc_2.0.8.bb
@@ -8,6 +8,7 @@ RDEPENDS_${PN} = " \
                gzip \
                xz \
                tar \
+               wget \
                libcap-bin \
                bridge-utils \
                dnsmasq \
-- 
2.7.4

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to