From 2a30867cff33e715a0aa03cf22e1a755cd44ca33 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 28 May 2018 09:14:48 -0400 Subject: lxc: add wget as an RDEPENDS needed for the download template 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 Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.8.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-containers/lxc') diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index bf2a265e..4473fdd3 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 \ -- cgit v1.2.3-54-g00ecf