summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-15 11:21:53 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:01:55 -0400
commit47f9bdaa9ea883b23f596342033ecebd905c890e (patch)
tree40a50c92c69288fadfd96fd0ababbd058729a8f6 /recipes-containers
parentddd00d35ffaac5cbf2c06611e1ce409b9b4d9295 (diff)
downloadmeta-virtualization-47f9bdaa9ea883b23f596342033ecebd905c890e.tar.gz
lxc: update to 4.0.10 and switch to git
To more easily pull in fixes / backports from newer versions, switching to git. This also allows bisecting and easier support when we run into upgrade issues. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/lxc/lxc_git.bb (renamed from recipes-containers/lxc/lxc_4.0.9.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.9.bb b/recipes-containers/lxc/lxc_git.bb
index 67207339..32159281 100644
--- a/recipes-containers/lxc/lxc_4.0.9.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
36 36
37RDEPENDS:${PN}-networking += "iptables" 37RDEPENDS:${PN}-networking += "iptables"
38 38
39SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \ 39SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \
40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ 40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
41 file://run-ptest \ 41 file://run-ptest \
42 file://lxc-fix-B-S.patch \ 42 file://lxc-fix-B-S.patch \
@@ -52,12 +52,10 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
52 file://enable_seccomp_profile_when_compiled_libseccomp.patch \ 52 file://enable_seccomp_profile_when_compiled_libseccomp.patch \
53 " 53 "
54 54
55SRC_URI[md5sum] = "365fcca985038910e19a1e0fff15ed07" 55SRCREV = "cec7cb14b2a4367d4cb21a90e1b90d0f98a9d874"
56SRC_URI[sha256sum] = "1fcf0610e9140eceb4be2334eb537bb9c5a213faea77c793ab3c62b86f37e52b" 56PV = "4.0.10+git${SRCPV}"
57 57
58 58S = "${WORKDIR}/git"
59
60S = "${WORKDIR}/${BPN}-${PV}"
61 59
62# Let's not configure for the host distro. 60# Let's not configure for the host distro.
63# 61#