public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] libcgroup: remove static pam library
@ 2021-08-25  8:10 kai
  2021-08-25 15:35 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: kai @ 2021-08-25  8:10 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

libpam disables static build by default, so remove static pam library of
libcgroup. Otherwise it complains 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..f48b8ece9b 100644
--- a/meta/recipes-core/libcgroup/libcgroup_2.0.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_2.0.bb
@@ -31,4 +31,5 @@ FILES:${PN}-dev += "${base_libdir}/security/*.la"
 do_install:append() {
 	# Until we ship the test suite, this library isn't useful
 	rm -f ${D}${libdir}/libcgroupfortesting.*
+	rm -f ${D}${base_libdir}/security/pam_cgroup.a
 }
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-26  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-25  8:10 [PATCH] libcgroup: remove static pam library kai
2021-08-25 15:35 ` [OE-core] " Khem Raj
2021-08-26  1:43   ` kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox