diff options
Diffstat (limited to 'recipes-containers/lxc/lxc_git.bb')
-rw-r--r-- | recipes-containers/lxc/lxc_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 9cabe054..d695467b 100644 --- a/recipes-containers/lxc/lxc_git.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 = "git://github.com/lxc/lxc.git;branch=master;protocol=https \ | 39 | SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-5.0;protocol=https \ |
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://templates-actually-create-DOWNLOAD_TEMP-directory.patch \ | 42 | file://templates-actually-create-DOWNLOAD_TEMP-directory.patch \ |
@@ -44,13 +44,12 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=master;protocol=https \ | |||
44 | file://templates-use-curl-instead-of-wget.patch \ | 44 | file://templates-use-curl-instead-of-wget.patch \ |
45 | file://0001-download-don-t-try-compatbility-index.patch \ | 45 | file://0001-download-don-t-try-compatbility-index.patch \ |
46 | file://tests-our-init-is-not-busybox.patch \ | 46 | file://tests-our-init-is-not-busybox.patch \ |
47 | file://0001-use-sd_bus_call_method_async-to-replace-the-asyncv-o.patch \ | ||
48 | file://dnsmasq.conf \ | 47 | file://dnsmasq.conf \ |
49 | file://lxc-net \ | 48 | file://lxc-net \ |
50 | " | 49 | " |
51 | 50 | ||
52 | SRCREV = "133aa416ca2a5996090ec0e697e253646364d274" | 51 | SRCREV = "d571736812b89e195bee69b900fe09115a1e7e00" |
53 | PV = "5.0.1+git${SRCPV}" | 52 | PV = "5.0.2+git${SRCPV}" |
54 | 53 | ||
55 | S = "${WORKDIR}/git" | 54 | S = "${WORKDIR}/git" |
56 | 55 | ||