diff options
-rw-r--r-- | recipes-containers/lxc/lxc_0.9.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb index 03d4589e..24e02495 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://linuxcontainers.org/downloads/${PN}-${PV}.tar.gz \ | 24 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${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 \ |
@@ -31,7 +31,7 @@ SRC_URI = "http://linuxcontainers.org/downloads/${PN}-${PV}.tar.gz \ | |||
31 | SRC_URI[md5sum] = "8552a4479090616f4bc04d8473765fc9" | 31 | SRC_URI[md5sum] = "8552a4479090616f4bc04d8473765fc9" |
32 | SRC_URI[sha256sum] = "1e1767eae6cc5fbf892c0e193d25da420ba19f2db203716c38f7cdea3b654120" | 32 | SRC_URI[sha256sum] = "1e1767eae6cc5fbf892c0e193d25da420ba19f2db203716c38f7cdea3b654120" |
33 | 33 | ||
34 | S = "${WORKDIR}/${PN}-${PV}" | 34 | S = "${WORKDIR}/${BPN}-${PV}" |
35 | 35 | ||
36 | # Let's not configure for the host distro. | 36 | # Let's not configure for the host distro. |
37 | # | 37 | # |