* [PATCH v2] libcgroup: fix installed-vs-shipped qa issue
@ 2021-08-26 1:50 kai
0 siblings, 0 replies; only message in thread
From: kai @ 2021-08-26 1:50 UTC (permalink / raw)
To: raj.khem; +Cc: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
When pam is enabled, it complains installed-vs-shipped QA issue:
| ERROR: libcgroup-2.0-r0 do_package: QA Issue: libcgroup:
Files/directories were installed but not shipped in any package:
| /lib/security/pam_cgroup.a
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
meta/recipes-core/libcgroup/libcgroup_2.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.bb b/meta/recipes-core/libcgroup/libcgroup_2.0.bb
index bc0a75d46c..a58dd88ea5 100644
--- a/meta/recipes-core/libcgroup/libcgroup_2.0.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_2.0.bb
@@ -27,6 +27,7 @@ PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-p
PACKAGES =+ "cgroups-pam-plugin"
FILES:cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
FILES:${PN}-dev += "${base_libdir}/security/*.la"
+FILES:${PN}-staticdev += "${base_libdir}/security/pam_cgroup.a"
do_install:append() {
# Until we ship the test suite, this library isn't useful
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-08-26 1:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-26 1:50 [PATCH v2] libcgroup: fix installed-vs-shipped qa issue kai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox