summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-04-04 16:29:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-08 23:33:03 +0100
commit19cc261158a445b4e361b9e11599fa46d221d119 (patch)
tree90df2949d7016b484ec00308a85cd953e1c8bef9 /meta/recipes-kernel
parentd92e04c1cebd7d29a767d5862b713fa97d3e5d8e (diff)
downloadopenembedded-core-19cc261158a445b4e361b9e11599fa46d221d119.tar.gz
linux-yocto-dev: remove duplicate DEPENDS
They are already set in linux-yocto.inc Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 9bd219825e..d5cba42a5c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -34,11 +34,6 @@ PV = "${LINUX_VERSION}+git"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
-DEPENDS += "${@bb.utils.contains('ARCH', 'powerpc', 'elfutils-native', '', d)}"
-DEPENDS += "openssl-native util-linux-native"
-DEPENDS += "gmp-native libmpc-native"
-
# yaml and dtschema are required for 5.16+ device tree validation, libyaml is checked
# via pkgconfig, so must always be present, but we can wrap the others to make them
# conditional