[oe] [meta-oe 1/1] lxc : Add recipe for building Linux Containers tools.

Philip Balister philip at balister.org
Wed May 2 17:45:45 UTC 2012


Linux containers are a lightweight virtualization system.

Compile tested on F15 and lightly run tested on a pandaboard.

Signed-off-by: Philip Balister <philip at balister.org>
---
 meta-oe/recipes-extended/lxc/lxc_git.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-extended/lxc/lxc_git.bb

diff --git a/meta-oe/recipes-extended/lxc/lxc_git.bb b/meta-oe/recipes-extended/lxc/lxc_git.bb
new file mode 100644
index 0000000..8f22e77
--- /dev/null
+++ b/meta-oe/recipes-extended/lxc/lxc_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Linux Containers tools"
+DESCRIPTION = "Linux containers are a light weight isolation system for Linux."
+HOMEPAGE = "http://lxc.sourceforge.net"
+LICENSE = "LGPLv2.1"
+
+PV = "0.8.0-rc2"
+
+RDEPENDS_${PN} = "perl perl-modules"
+
+SRC_URI = "git://lxc.git.sourceforge.net/gitroot/lxc/lxc"
+SRCREV = "ed55bf5203aca88809d979b289d6b2280a18e79c"
+
+inherit autotools
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = "--disable-doc --disable-rpath"
+
+FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"
-- 
1.7.3.4





More information about the Openembedded-devel mailing list