summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/lxc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/lxc/lxc_git.bb')
-rw-r--r--recipes-containers/lxc/lxc_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index f5b5128b..ba1cef5a 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -46,15 +46,12 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \
46 file://template-make-busybox-template-compatible-with-core-.patch \ 46 file://template-make-busybox-template-compatible-with-core-.patch \
47 file://templates-use-curl-instead-of-wget.patch \ 47 file://templates-use-curl-instead-of-wget.patch \
48 file://tests-our-init-is-not-busybox.patch \ 48 file://tests-our-init-is-not-busybox.patch \
49 file://tests-add-no-validate-when-using-download-template.patch \
50 file://dnsmasq.conf \ 49 file://dnsmasq.conf \
51 file://lxc-net \ 50 file://lxc-net \
52 file://enable_seccomp_profile_when_compiled_libseccomp.patch \
53 file://fix_c_command.patch \
54 " 51 "
55 52
56SRCREV = "cec7cb14b2a4367d4cb21a90e1b90d0f98a9d874" 53SRCREV = "48e079bf318982ae7d5684feeb7358870fa71c10"
57PV = "4.0.10+git${SRCPV}" 54PV = "4.0.11+git${SRCPV}"
58 55
59S = "${WORKDIR}/git" 56S = "${WORKDIR}/git"
60 57