diff options
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 34b947b599..a9c7be0f81 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -290,3 +290,5 @@ RDEPENDS_${PN} = "bc python3 flex bison ${TCLIBC}-utils" | |||
290 | RDEPENDS_${PN} += "openssl-dev util-linux" | 290 | RDEPENDS_${PN} += "openssl-dev util-linux" |
291 | # and x86 needs a bit more for 4.15+ | 291 | # and x86 needs a bit more for 4.15+ |
292 | RDEPENDS_${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '', d)}" | 292 | RDEPENDS_${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '', d)}" |
293 | # 5.8+ needs gcc-plugins libmpc-dev | ||
294 | RDEPENDS_${PN} += "gcc-plugins libmpc-dev" | ||