From patchwork Wed May 2 17:45:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,1/1] lxc : Add recipe for building Linux Containers tools. Date: Wed, 02 May 2012 17:45:45 -0000 From: Philip Balister X-Patchwork-Id: 26837 Message-Id: <1335980745-29862-2-git-send-email-philip@balister.org> To: openembedded-devel@openembedded.org Linux containers are a lightweight virtualization system. Compile tested on F15 and lightly run tested on a pandaboard. Signed-off-by: Philip Balister --- 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"