diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-11 13:06:21 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-11 13:07:33 -0700 |
commit | c385ed63827cdd18cd2731b86465c2159ab07fb2 (patch) | |
tree | 6a02e4bd6d5cd5d40b25b56e33ad8d337de9ccea | |
parent | 73809e88a25084604ef80167619f1fbe90d95286 (diff) | |
download | meta-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.bb | 39 |
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 @@ | |||
1 | DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object" | ||
2 | SECTION = "console/utils" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
5 | PRIORITY = "optional" | ||
6 | PR = "r2" | ||
7 | DEPENDS = "libxml2 libcap" | ||
8 | RDEPENDS_${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 | |||
24 | SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \ | ||
25 | file://noldconfig.patch \ | ||
26 | " | ||
27 | SRC_URI[md5sum] = "7304fa57146ce687f749b5df876bb20d" | ||
28 | SRC_URI[sha256sum] = "eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c" | ||
29 | |||
30 | S = "${WORKDIR}/${PN}-${PV}" | ||
31 | |||
32 | PACKAGECONFIG ??= "" | ||
33 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc" | ||
34 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath" | ||
35 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" | ||
36 | |||
37 | inherit autotools | ||
38 | |||
39 | FILES_${PN}-dbg += "${libexecdir}/lxc/.debug" | ||