[meta-virtualization] [PATCH 3/4] lxc: add wget as an RDEPENDS needed for the download template

Mark Asselstine mark.asselstine at windriver.com
Mon May 28 06:14:48 PDT 2018


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 <mark.asselstine at windriver.com>
---
 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



More information about the meta-virtualization mailing list