diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-07-07 17:45:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-09 08:34:59 -0700 |
commit | a34ac8d70bc7c0362c5be1cb761268ede63a38e1 (patch) | |
tree | e65c477299d26b1fe0f10aadfc61978ce493f110 | |
parent | 1e7e4e91817b272b7685406f8d9ef58fe8c65e29 (diff) | |
download | meta-openembedded-a34ac8d70bc7c0362c5be1cb761268ede63a38e1.tar.gz |
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@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index e2e9511464..cd819f31f8 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
@@ -30,6 +30,7 @@ PACKAGES =+ "kpatch-build" | |||
30 | PROVIDES += "kpatch-build" | 30 | PROVIDES += "kpatch-build" |
31 | 31 | ||
32 | COMPATIBLE_HOST = "(x86_64).*-linux" | 32 | COMPATIBLE_HOST = "(x86_64).*-linux" |
33 | COMPATIBLE_HOST_libc-musl = "null" | ||
33 | 34 | ||
34 | RDEPENDS_${PN} = "bash binutils" | 35 | RDEPENDS_${PN} = "bash binutils" |
35 | RDEPENDS_kpatch-build = "bash glibc-utils" | 36 | RDEPENDS_kpatch-build = "bash glibc-utils" |