summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
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#