summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/kernel-devsrc.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index b4ea5f756a..6764598d48 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -377,7 +377,7 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
377FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" 377FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}"
378FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" 378FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*"
379 379
380RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" 380RDEPENDS:${PN} = "bc python3-core flex bison ${TCLIBC}-utils"
381# 4.15+ needs these next two RDEPENDS 381# 4.15+ needs these next two RDEPENDS
382RDEPENDS:${PN} += "openssl-dev util-linux" 382RDEPENDS:${PN} += "openssl-dev util-linux"
383# and x86 needs a bit more for 4.15+ 383# and x86 needs a bit more for 4.15+