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 f8f717199c..ed9746f837 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -334,7 +334,7 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
334FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" 334FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}"
335FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" 335FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*"
336 336
337RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" 337RDEPENDS:${PN} = "bc python3-core flex bison ${TCLIBC}-utils"
338# 4.15+ needs these next two RDEPENDS 338# 4.15+ needs these next two RDEPENDS
339RDEPENDS:${PN} += "openssl-dev util-linux" 339RDEPENDS:${PN} += "openssl-dev util-linux"
340# and x86 needs a bit more for 4.15+ 340# and x86 needs a bit more for 4.15+