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 <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Mark Asselstine 2018-05-28 09:14:48 -04:00 committed by Bruce Ashfield
parent 1831c7c282
commit 2a30867cff

View File

@ -8,6 +8,7 @@ RDEPENDS_${PN} = " \
gzip \
xz \
tar \
wget \
libcap-bin \
bridge-utils \
dnsmasq \