mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8650a98b27
commit
2426053c2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user