mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
c194c24e09
commit
902ed05dfc
@@ -3,6 +3,8 @@ SECTION = "libs"
|
|||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||||
@@ -18,6 +20,8 @@ PARALLEL_MAKE = ""
|
|||||||
|
|
||||||
PACKAGES =+ "cgroups-pam-plugin"
|
PACKAGES =+ "cgroups-pam-plugin"
|
||||||
FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
|
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 :(
|
# We really need the symlink so :(
|
||||||
ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"
|
ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"
|
||||||
|
|||||||
Reference in New Issue
Block a user