summaryrefslogtreecommitdiffstats
path: root/recipes-tools/lxc/lxc_0.8.0-rc1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tools/lxc/lxc_0.8.0-rc1.bb')
-rw-r--r--recipes-tools/lxc/lxc_0.8.0-rc1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index 64f36b3..accc16f 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,8 +3,8 @@ SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PR = "r4" 6PR = "r5"
7DEPENDS = "libxml2 libcap" 7DEPENDS = "libxml2 libcap virtual/kernel"
8RDEPENDS_${PN} = " \ 8RDEPENDS_${PN} = " \
9 rsync \ 9 rsync \
10 gzip \ 10 gzip \
@@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d1
31 31
32S = "${WORKDIR}/${PN}-${PV}" 32S = "${WORKDIR}/${PN}-${PV}"
33 33
34EXTRA_OECONF = "--disable-doc --disable-rpath" 34EXTRA_OECONF = "--disable-doc --disable-rpath --with-linuxdir=${STAGING_KERNEL_DIR}"
35 35
36inherit autotools 36inherit autotools
37 37