[oe-commits] Koen Kooi : libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74a

git version control git at git.openembedded.org
Thu May 26 13:23:26 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 6e764b62170011f6b118135d3521005da6cef933
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6e764b62170011f6b118135d3521005da6cef933

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 25 16:54:08 2011 +0200

libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74a

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb |   18 ++++++++++++++++++
 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 0000000..8d2a099
--- /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*"
+





More information about the Openembedded-commits mailing list