summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-04-11 13:06:21 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-04-11 13:07:33 -0700
commitc385ed63827cdd18cd2731b86465c2159ab07fb2 (patch)
tree6a02e4bd6d5cd5d40b25b56e33ad8d337de9ccea
parent73809e88a25084604ef80167619f1fbe90d95286 (diff)
downloadmeta-virtualization-c385ed63827cdd18cd2731b86465c2159ab07fb2.tar.gz
lxc: remove 0.8.0 recipe
LXC 0.9.0 has been added, we no longer need the 0.8.0 recipe, since all functionality has been migrated Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_0.8.0.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-containers/lxc/lxc_0.8.0.bb b/recipes-containers/lxc/lxc_0.8.0.bb
deleted file mode 100644
index c662cb19..00000000
--- a/recipes-containers/lxc/lxc_0.8.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
2SECTION = "console/utils"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5PRIORITY = "optional"
6PR = "r2"
7DEPENDS = "libxml2 libcap"
8RDEPENDS_${PN} = " \
9 rsync \
10 gzip \
11 libcap-bin \
12 bridge-utils \
13 dnsmasq \
14 perl-module-strict \
15 perl-module-getopt-long \
16 perl-module-vars \
17 perl-module-warnings-register \
18 perl-module-exporter \
19 perl-module-constant \
20 perl-module-overload \
21 perl-module-exporter-heavy \
22"
23
24SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
25 file://noldconfig.patch \
26 "
27SRC_URI[md5sum] = "7304fa57146ce687f749b5df876bb20d"
28SRC_URI[sha256sum] = "eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c"
29
30S = "${WORKDIR}/${PN}-${PV}"
31
32PACKAGECONFIG ??= ""
33PACKAGECONFIG[doc] = "--enable-doc,--disable-doc"
34PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath"
35PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
36
37inherit autotools
38
39FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"