aboutsummaryrefslogtreecommitdiffstats
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
parent1dc96edb946038ce2e59594b99c88959e6810049 (diff)
downloadmeta-openembedded-6e764b62170011f6b118135d3521005da6cef933.tar.gz
libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 0000000000..8d2a0999f7
--- /dev/null
+++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Libcgroup"
+PRIORITY = "optional"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+inherit autotools pkgconfig
+
+DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "2b0fedf37e8f3e915a2f4f3f10879076"
+SRC_URI[sha256sum] = "7fdb171c09d7e9d13d118045a5651b8c146ede979c05aca0f6bb20624e6a73e3"
+
+PACKAGES =+ "cgroups-pam-plugin"
+FILES_cgroups-pam-plugin = "${libdir}/security/pam_cgroup.so*"
+