diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 16:54:08 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 16:54:08 +0200 |
| commit | 6e764b62170011f6b118135d3521005da6cef933 (patch) | |
| tree | e4312c50f5fa0c612f8df5d937fb7cad6dc3b882 /meta-oe/recipes-core/libcgroup | |
| parent | 1dc96edb946038ce2e59594b99c88959e6810049 (diff) | |
| download | meta-openembedded-6e764b62170011f6b118135d3521005da6cef933.tar.gz | |
libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/libcgroup')
| -rw-r--r-- | 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 0000000000..8d2a0999f7 --- /dev/null +++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Libcgroup" | ||
| 2 | PRIORITY = "optional" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig | ||
| 8 | |||
| 9 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | ||
| 10 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "2b0fedf37e8f3e915a2f4f3f10879076" | ||
| 14 | SRC_URI[sha256sum] = "7fdb171c09d7e9d13d118045a5651b8c146ede979c05aca0f6bb20624e6a73e3" | ||
| 15 | |||
| 16 | PACKAGES =+ "cgroups-pam-plugin" | ||
| 17 | FILES_cgroups-pam-plugin = "${libdir}/security/pam_cgroup.so*" | ||
| 18 | |||
