aboutsummaryrefslogtreecommitdiff
path: root/recipes-containers/lxc
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 /recipes-containers/lxc
parent73809e88a25084604ef80167619f1fbe90d95286 (diff)
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>
Diffstat (limited to 'recipes-containers/lxc')
-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 c662cb1..0000000
--- a/recipes-containers/lxc/lxc_0.8.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
-SECTION = "console/utils"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
-PRIORITY = "optional"
-PR = "r2"
-DEPENDS = "libxml2 libcap"
-RDEPENDS_${PN} = " \
- rsync \
- gzip \
- libcap-bin \
- bridge-utils \
- dnsmasq \
- perl-module-strict \
- perl-module-getopt-long \
- perl-module-vars \
- perl-module-warnings-register \
- perl-module-exporter \
- perl-module-constant \
- perl-module-overload \
- perl-module-exporter-heavy \
-"
-
-SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
- file://noldconfig.patch \
- "
-SRC_URI[md5sum] = "7304fa57146ce687f749b5df876bb20d"
-SRC_URI[sha256sum] = "eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c"
-
-S = "${WORKDIR}/${PN}-${PV}"
-
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[doc] = "--enable-doc,--disable-doc"
-PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath"
-PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
-
-inherit autotools
-
-FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"