u-boot: this is not a kernel package

Remove PKG_IS_KERNEL_PKG since this is not building kernel modules.
Add the kernel toolchain as dependency instead.
This commit is contained in:
Andre Heider 2019-12-06 09:25:08 +01:00
parent 78c1582d3a
commit 629ca9dd61

View File

@ -9,9 +9,10 @@ PKG_SITE="https://www.denx.de/wiki/U-Boot"
PKG_DEPENDS_TARGET="toolchain Python3:host swig:host"
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
PKG_IS_KERNEL_PKG="yes"
PKG_STAMP="$UBOOT_SYSTEM $UBOOT_TARGET"
[ -n "$KERNEL_TOOLCHAIN" ] && PKG_DEPENDS_TARGET+=" gcc-arm-$KERNEL_TOOLCHAIN:host"
if [ -n "$UBOOT_FIRMWARE" ]; then
PKG_DEPENDS_TARGET+=" $UBOOT_FIRMWARE"
PKG_DEPENDS_UNPACK+=" $UBOOT_FIRMWARE"