All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/2] keyutils: fix pulling in glibc when musl enabled
@ 2019-03-25 16:58 Armin Kuster
  2019-03-25 16:58 ` [meta-security][PATCH 2/2] sssd: fix libcrypto version used Armin Kuster
  0 siblings, 1 reply; 6+ messages in thread
From: Armin Kuster @ 2019-03-25 16:58 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/keyutils/keyutils_1.6.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-security/keyutils/keyutils_1.6.bb b/recipes-security/keyutils/keyutils_1.6.bb
index 054e0c1..c961fa2 100644
--- a/recipes-security/keyutils/keyutils_1.6.bb
+++ b/recipes-security/keyutils/keyutils_1.6.bb
@@ -46,4 +46,6 @@ do_install_ptest () {
 
 FILES_${PN}-dev += "${nonarch_base_libdir}/pkgconfig/libkeyutils.pc"
 
-RDEPENDS_${PN}-ptest += "glibc-utils lsb"
+RDEPENDS_${PN}-ptest += "lsb"
+RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
+RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils"
-- 
2.17.1



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

end of thread, other threads:[~2019-03-29  5:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25 16:58 [meta-security][PATCH 1/2] keyutils: fix pulling in glibc when musl enabled Armin Kuster
2019-03-25 16:58 ` [meta-security][PATCH 2/2] sssd: fix libcrypto version used Armin Kuster
2019-03-26 10:24   ` Adrian Bunk
2019-03-26 22:52     ` akuster808
2019-03-27  7:16       ` Adrian Bunk
2019-03-29  5:16         ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.