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:32 +0100
commit2426053c2c74bd3621220b7a9000915958306cfe (patch)
tree4d30fc9f4f369fa6a49be75055d242b46df4682a /meta/recipes-kernel
parent8650a98b270b769f869fe796828083ff00463bb1 (diff)
downloadpoky-2426053c2c74bd3621220b7a9000915958306cfe.tar.gz
linux-yocto-dev: remove duplicate DEPENDS
They are already set in linux-yocto.inc (From OE-Core rev: 19cc261158a445b4e361b9e11599fa46d221d119) 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"
34 34
35LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 35LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
36 36
37DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
38DEPENDS += "${@bb.utils.contains('ARCH', 'powerpc', 'elfutils-native', '', d)}"
39DEPENDS += "openssl-native util-linux-native"
40DEPENDS += "gmp-native libmpc-native"
41
42# yaml and dtschema are required for 5.16+ device tree validation, libyaml is checked 37# yaml and dtschema are required for 5.16+ device tree validation, libyaml is checked
43# via pkgconfig, so must always be present, but we can wrap the others to make them 38# via pkgconfig, so must always be present, but we can wrap the others to make them
44# conditional 39# conditional