[oe-commits] [meta-openembedded] 11/18: kpatch: Mark it incompatible with musl

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 04:19:10 UTC 2018


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 a34ac8d70bc7c0362c5be1cb761268ede63a38e1
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Jul 7 17:45:19 2018 -0700

    kpatch: Mark it incompatible with musl
    
    it needs binaries from glibc-utils, obviously we dont
    have this with musl, however in future if we can limit
    which binaries are needed from glibc-utils then we might
    be able to provide an alternative dependency when using
    musl, until then disable it
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc
index e2e9511..cd819f3 100644
--- a/meta-oe/recipes-kernel/kpatch/kpatch.inc
+++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc
@@ -30,6 +30,7 @@ PACKAGES =+ "kpatch-build"
 PROVIDES += "kpatch-build"
 
 COMPATIBLE_HOST = "(x86_64).*-linux"
+COMPATIBLE_HOST_libc-musl = "null"
 
 RDEPENDS_${PN} = "bash binutils"
 RDEPENDS_kpatch-build = "bash glibc-utils"

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


More information about the Openembedded-commits mailing list