summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-05-28 09:14:48 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-29 10:27:53 -0400
commit2a30867cff33e715a0aa03cf22e1a755cd44ca33 (patch)
tree72d23881f8cb3f38c8500774fc0bff60068e979a
parent1831c7c28227060c67fe012e8c075b43b7dbb20e (diff)
downloadmeta-virtualization-2a30867cff33e715a0aa03cf22e1a755cd44ca33.tar.gz
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>
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb1
1 files changed, 1 insertions, 0 deletions
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} = " \
8 gzip \ 8 gzip \
9 xz \ 9 xz \
10 tar \ 10 tar \
11 wget \
11 libcap-bin \ 12 libcap-bin \
12 bridge-utils \ 13 bridge-utils \
13 dnsmasq \ 14 dnsmasq \