summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-18 18:24:03 -0500
committerMark Hatle <mark.hatle@windriver.com>2012-05-18 18:31:22 -0500
commit0432c5e7a62d3f3086e1b7c4ed64be07083e9a10 (patch)
tree0f6b56530a6c2535c6b54ec2ceb09da4620b66f1
parent48a55735f21039032a4fb318674c84031c28dce0 (diff)
downloadmeta-selinux-0432c5e7a62d3f3086e1b7c4ed64be07083e9a10.tar.gz
libcgroup: Add libcgroup
add libcgroup recipe from meta-openembedded/meta-oe as of commit: 902ed05dfca3ce2b98fc9e3a4cafdee956130df7 Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-core/libcgroup/libcgroup_0.37.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.37.1.bb b/recipes-core/libcgroup/libcgroup_0.37.1.bb
new file mode 100644
index 0000000..9aba6e1
--- /dev/null
+++ b/recipes-core/libcgroup/libcgroup_0.37.1.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Libcgroup"
2SECTION = "libs"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5
6PR = "r1"
7
8inherit autotools pkgconfig
9
10DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2"
13SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7"
14SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d"
15
16EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
17
18# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
19PARALLEL_MAKE = ""
20
21PACKAGES =+ "cgroups-pam-plugin"
22FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
23FILES_${PN}-dbg += "${base_libdir}/security/.debug"
24FILES_${PN}-dev += "${base_libdir}/security/*.la"
25
26# We really need the symlink so :(
27ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"