diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-11-27 11:45:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:03:35 +0100 |
commit | 12250ade47871666dea2dc12482031362aec9c31 (patch) | |
tree | cbd6cfe45ca1de5330dc6981dce799a8d70242d9 /meta-oe/recipes-core | |
parent | 3437e92112008870e576e9fa62be7645bf3930a5 (diff) | |
download | meta-openembedded-12250ade47871666dea2dc12482031362aec9c31.tar.gz |
libcgroup: remove
This is now in OE-Core.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb deleted file mode 100644 index 9aba6e1ac..000000000 --- a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | DESCRIPTION = "Libcgroup" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
5 | |||
6 | PR = "r1" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | ||
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" | ||
13 | SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7" | ||
14 | SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d" | ||
15 | |||
16 | EXTRA_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 | ||
19 | PARALLEL_MAKE = "" | ||
20 | |||
21 | PACKAGES =+ "cgroups-pam-plugin" | ||
22 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" | ||
23 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | ||
24 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | ||
25 | |||
26 | # We really need the symlink so :( | ||
27 | ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" | ||