[oe-commits] [meta-openembedded] 74/88: keyutils: fix pulling in glibc when musl enabled

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 03:58:12 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7420d87a1d35c54a0f9b9b34147751d7ca050597
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Jul 8 14:38:58 2019 +0800

    keyutils: fix pulling in glibc when musl enabled
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 keyutils_1.6.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/keyutils_1.6.bb b/keyutils_1.6.bb
index 054e0c1..c961fa2 100644
--- a/keyutils_1.6.bb
+++ b/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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list