summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/lxc_3.0.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-05-31 17:08:05 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-03 23:26:51 -0400
commitb6bccf42d1042ee52800d307cffb39191b0f35f3 (patch)
tree278a020499918bfeec119bb847a8f57eb6c8dad3 /recipes-containers/lxc/lxc_3.0.0.bb
parent0d7cfe86600b0306af97578b16ec7ca264ea1346 (diff)
downloadmeta-virtualization-b6bccf42d1042ee52800d307cffb39191b0f35f3.tar.gz
lxc: fixup 'download' template use
We have a new dependency on 'mountpoint' which is now called in the download template script. We also hit an upstream bug due to improper use of 'mktemp', so we apply a patch to fix this and sent the fix upstream as well. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc/lxc_3.0.0.bb')
-rw-r--r--recipes-containers/lxc/lxc_3.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_3.0.0.bb b/recipes-containers/lxc/lxc_3.0.0.bb
index 7158d0a3..762a3125 100644
--- a/recipes-containers/lxc/lxc_3.0.0.bb
+++ b/recipes-containers/lxc/lxc_3.0.0.bb
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = " \
24 libidn \ 24 libidn \
25 gnutls \ 25 gnutls \
26 nettle \ 26 nettle \
27 util-linux-mountpoint \
27" 28"
28 29
29RDEPENDS_${PN}_append_libc-glibc = " glibc-utils" 30RDEPENDS_${PN}_append_libc-glibc = " glibc-utils"
@@ -40,6 +41,7 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
40 file://lxc-fix-B-S.patch \ 41 file://lxc-fix-B-S.patch \
41 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \ 42 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \
42 file://logs-optionally-use-base-filenames-to-report-src-fil.patch \ 43 file://logs-optionally-use-base-filenames-to-report-src-fil.patch \
44 file://templates-actually-create-DOWNLOAD_TEMP-directory.patch \
43 file://dnsmasq.conf \ 45 file://dnsmasq.conf \
44 file://lxc-net \ 46 file://lxc-net \
45 " 47 "