summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:51:46 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:51:46 +0800
commit1b92df42bfc98d1109621a95bb70570a6bc74aef (patch)
tree736512bbdc788ed29d4c64ba42a6e9b430bf8628
parent32fd61ab6dd5054f90eeac6130e9cf745afaa79d (diff)
downloadmeta-selinux-1b92df42bfc98d1109621a95bb70570a6bc74aef.tar.gz
libcgroup: Add new version 0.38
-rw-r--r--recipes-core/libcgroup/libcgroup_0.38.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.38.bb b/recipes-core/libcgroup/libcgroup_0.38.bb
new file mode 100644
index 0000000..7a31cf5
--- /dev/null
+++ b/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -0,0 +1,33 @@
1SUMMARY = "Library to control and monitor control groups"
2DESCRIPTION = "\
3Control Groups provide a mechanism for aggregating/partitioning sets of \
4tasks, and all their future children, into hierarchical groups with \
5specialized behaviour. \n\
6This package contains tools and a library to allow users and applications \
7to manipulate, control, administrate and monitor control groups and the \
8associated controllers. \
9"
10SECTION = "libs"
11LICENSE = "LGPLv2.1"
12LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
13
14inherit autotools pkgconfig
15
16DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
17
18SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/libcgroup/v.038/libcgroup-${PV}.tar.bz2"
19SRC_URI[md5sum] = "f0f7d4060bf36ccc19d75dbf4f1695db"
20SRC_URI[sha256sum] = "5d36d1a48b95f62fe9fcdf74a5a4089512e5e43e6011aa1504fd6f2a0909867f"
21
22EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
23
24# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
25PARALLEL_MAKE = ""
26
27PACKAGES =+ "cgroups-pam-plugin"
28FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
29
30# We really need the symlink so :(
31ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"
32
33BBCLASSEXTEND = "native"