summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-25 16:54:08 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-25 16:54:08 +0200
commit6e764b62170011f6b118135d3521005da6cef933 (patch)
treee4312c50f5fa0c612f8df5d937fb7cad6dc3b882 /meta-oe
parent1dc96edb946038ce2e59594b99c88959e6810049 (diff)
downloadmeta-openembedded-6e764b62170011f6b118135d3521005da6cef933.tar.gz
libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
new file mode 100644
index 000000000..8d2a0999f
--- /dev/null
+++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Libcgroup"
2PRIORITY = "optional"
3SECTION = "libs"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
6
7inherit autotools pkgconfig
8
9DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2"
12
13SRC_URI[md5sum] = "2b0fedf37e8f3e915a2f4f3f10879076"
14SRC_URI[sha256sum] = "7fdb171c09d7e9d13d118045a5651b8c146ede979c05aca0f6bb20624e6a73e3"
15
16PACKAGES =+ "cgroups-pam-plugin"
17FILES_cgroups-pam-plugin = "${libdir}/security/pam_cgroup.so*"
18