summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-kernel/kpatch/kpatch.inc1
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"
30PROVIDES += "kpatch-build" 30PROVIDES += "kpatch-build"
31 31
32COMPATIBLE_HOST = "(x86_64).*-linux" 32COMPATIBLE_HOST = "(x86_64).*-linux"
33COMPATIBLE_HOST_libc-musl = "null"
33 34
34RDEPENDS_${PN} = "bash binutils" 35RDEPENDS_${PN} = "bash binutils"
35RDEPENDS_kpatch-build = "bash glibc-utils" 36RDEPENDS_kpatch-build = "bash glibc-utils"