diff options
-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" |