mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
ddd00d35ff
commit
47f9bdaa9e
|
@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
|
||||||
|
|
||||||
RDEPENDS:${PN}-networking += "iptables"
|
RDEPENDS:${PN}-networking += "iptables"
|
||||||
|
|
||||||
SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \
|
||||||
file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
|
file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://lxc-fix-B-S.patch \
|
file://lxc-fix-B-S.patch \
|
||||||
|
@ -52,12 +52,10 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}/${BPN}-${PV}.tar.gz \
|
||||||
file://enable_seccomp_profile_when_compiled_libseccomp.patch \
|
file://enable_seccomp_profile_when_compiled_libseccomp.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "365fcca985038910e19a1e0fff15ed07"
|
SRCREV = "cec7cb14b2a4367d4cb21a90e1b90d0f98a9d874"
|
||||||
SRC_URI[sha256sum] = "1fcf0610e9140eceb4be2334eb537bb9c5a213faea77c793ab3c62b86f37e52b"
|
PV = "4.0.10+git${SRCPV}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
S = "${WORKDIR}/${BPN}-${PV}"
|
|
||||||
|
|
||||||
# Let's not configure for the host distro.
|
# Let's not configure for the host distro.
|
||||||
#
|
#
|
Loading…
Reference in New Issue
Block a user