diff options
author | Jonatan Pålsson <jonatan.palsson@pelagicore.com> | 2013-10-21 14:00:57 +0200 |
---|---|---|
committer | David Nyström <david.nystrom@enea.com> | 2013-10-21 14:15:03 +0100 |
commit | 7908efdb9c9060ee8c80f8f1e41622ba7e9e7fa8 (patch) | |
tree | ae8aca6d0cba188df0c47c6bc9e84a61d804c300 | |
parent | 998396396060db993ca01a71c7aa6f36bf962c88 (diff) | |
download | meta-virtualization-7908efdb9c9060ee8c80f8f1e41622ba7e9e7fa8.tar.gz |
lxc: fixed URL for tarball
Signed-off-by: Jonatan Pålsson <jonatan.palsson@pelagicore.com>
-rw-r--r-- | recipes-containers/lxc/lxc_0.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb index 563131f5..8f7736b7 100644 --- a/recipes-containers/lxc/lxc_0.9.0.bb +++ b/recipes-containers/lxc/lxc_0.9.0.bb | |||
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = " \ | |||
21 | perl-module-exporter-heavy \ | 21 | perl-module-exporter-heavy \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ | 24 | SRC_URI = "http://linuxcontainers.org/downloads/${PN}-${PV}.tar.gz \ |
25 | file://lxc-0.9.0-disable-udhcp-from-busybox-template.patch \ | 25 | file://lxc-0.9.0-disable-udhcp-from-busybox-template.patch \ |
26 | file://lxc-0.9.0-enable-chroot-chpasswd-functionality-for-busybox-hosts.patch \ | 26 | file://lxc-0.9.0-enable-chroot-chpasswd-functionality-for-busybox-hosts.patch \ |
27 | file://lxc-0.9.0-check-when-bind-mounting-libdirs.patch \ | 27 | file://lxc-0.9.0-check-when-bind-mounting-libdirs.patch \ |