diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-28 08:58:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-29 16:18:30 +0200 |
commit | 902ed05dfca3ce2b98fc9e3a4cafdee956130df7 (patch) | |
tree | 69ed39483c15d06e93b6730be636dbff3776fcfb /meta-oe | |
parent | c194c24e09b02fc6770e6913956476a80a3f7d73 (diff) | |
download | meta-openembedded-902ed05dfca3ce2b98fc9e3a4cafdee956130df7.tar.gz |
libcgroup: fix QA warnings
fix the following warnings:
WARNING: For recipe libcgroup, the following files/directories were installed but not shipped in any package:
WARNING: /lib/security/pam_cgroup.la
WARNING: /lib/security/.debug
WARNING: /lib/security/.debug/pam_cgroup.so.0.0.0
WARNING: /lib/security/.debug/pam_cgroup.so
WARNING: /lib/security/.debug/pam_cgroup.so.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-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" |