aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-28 08:58:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-29 16:18:30 +0200
commit902ed05dfca3ce2b98fc9e3a4cafdee956130df7 (patch)
tree69ed39483c15d06e93b6730be636dbff3776fcfb /meta-oe
parentc194c24e09b02fc6770e6913956476a80a3f7d73 (diff)
downloadmeta-openembedded-contrib-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.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 91829fa766..9aba6e1ac6 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"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+PR = "r1"
+
inherit autotools pkgconfig
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -18,6 +20,8 @@ PARALLEL_MAKE = ""
PACKAGES =+ "cgroups-pam-plugin"
FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
+FILES_${PN}-dbg += "${base_libdir}/security/.debug"
+FILES_${PN}-dev += "${base_libdir}/security/*.la"
# We really need the symlink so :(
ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"