diff mbox series

uboot-mediatek maybe needs swig

Message ID e90158df-0be4-d18f-28f8-495ea7ab05ea@chocky.org
State Not Applicable
Delegated to: Petr Štetiar
Headers show
Series uboot-mediatek maybe needs swig | expand

Commit Message

Peter Naulls Nov. 17, 2022, 4:36 p.m. UTC
I needed to add this in my build:



I do see that some of the other versions of u-boot have patches to avoid using
it, (e.g, rockchip), so I don't know if it's really needed.

Also, I'm building for mt7621 only (ramips), and this build brings in a lot
of ARM stuff too; perhaps the dependencies need to be split up some.
diff mbox series

Patch

diff --git a/package/boot/uboot-mediatek/Makefile 
b/package/boot/uboot-mediatek/Makefile
index 9d823ec698..ac8e5dd0f3 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -3,7 +3,7 @@  include $(INCLUDE_DIR)/kernel.mk

  PKG_VERSION:=2022.10
  PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
-PKG_BUILD_DEPENDS:=arm-trusted-firmware-tools/host
+PKG_BUILD_DEPENDS:=arm-trusted-firmware-tools/host swig/host

  include $(INCLUDE_DIR)/u-boot.mk
  include $(INCLUDE_DIR)/package.mk