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