diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-15 11:21:53 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-05-19 10:41:57 -0400 |
commit | 2186e98eee5bcd2a3bb4c96c82b76f8a8a969bdf (patch) | |
tree | e42c996c8e54fd0e63e5496fc0e6dbf0f6c14921 | |
parent | b770ca37817db6fba24513c85eab5827c9ae9c49 (diff) | |
download | meta-virtualization-2186e98eee5bcd2a3bb4c96c82b76f8a8a969bdf.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>
-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 8b165e22..76e04933 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 | ||
37 | RDEPENDS_${PN}-networking += "iptables" | 37 | RDEPENDS_${PN}-networking += "iptables" |
38 | 38 | ||
39 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \ | 39 | SRC_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 | ||
55 | SRC_URI[md5sum] = "365fcca985038910e19a1e0fff15ed07" | 55 | SRCREV = "cec7cb14b2a4367d4cb21a90e1b90d0f98a9d874" |
56 | SRC_URI[sha256sum] = "1fcf0610e9140eceb4be2334eb537bb9c5a213faea77c793ab3c62b86f37e52b" | 56 | PV = "4.0.10+git${SRCPV}" |
57 | 57 | ||
58 | 58 | S = "${WORKDIR}/git" | |
59 | |||
60 | S = "${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 | # |