mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
1831c7c282
commit
2a30867cff
|
@ -8,6 +8,7 @@ RDEPENDS_${PN} = " \
|
|||
gzip \
|
||||
xz \
|
||||
tar \
|
||||
wget \
|
||||
libcap-bin \
|
||||
bridge-utils \
|
||||
dnsmasq \
|
||||
|
|
Loading…
Reference in New Issue
Block a user