diff options
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 2 |
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 23de1a4917..d39573965f 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -322,7 +322,7 @@ RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" | |||
322 | # 4.15+ needs these next two RDEPENDS | 322 | # 4.15+ needs these next two RDEPENDS |
323 | RDEPENDS:${PN} += "openssl-dev util-linux" | 323 | RDEPENDS:${PN} += "openssl-dev util-linux" |
324 | # and x86 needs a bit more for 4.15+ | 324 | # and x86 needs a bit more for 4.15+ |
325 | RDEPENDS:${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '', d)}" | 325 | RDEPENDS:${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-dev', '', d)}" |
326 | # 5.8+ needs gcc-plugins libmpc-dev | 326 | # 5.8+ needs gcc-plugins libmpc-dev |
327 | RDEPENDS:${PN} += "gcc-plugins libmpc-dev" | 327 | RDEPENDS:${PN} += "gcc-plugins libmpc-dev" |
328 | # 5.13+ needs awk for arm64 | 328 | # 5.13+ needs awk for arm64 |