summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb4
1 files changed, 4 insertions, 0 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
index 91829fa76..9aba6e1ac 100644
--- a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
+++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
@@ -3,6 +3,8 @@ SECTION = "libs"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5 5
6PR = "r1"
7
6inherit autotools pkgconfig 8inherit autotools pkgconfig
7 9
8DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 10DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -18,6 +20,8 @@ PARALLEL_MAKE = ""
18 20
19PACKAGES =+ "cgroups-pam-plugin" 21PACKAGES =+ "cgroups-pam-plugin"
20FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" 22FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
23FILES_${PN}-dbg += "${base_libdir}/security/.debug"
24FILES_${PN}-dev += "${base_libdir}/security/*.la"
21 25
22# We really need the symlink so :( 26# We really need the symlink so :(
23ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" 27ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"