Explorar el Código

uboot-tools: disable python build to fix build error

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau hace 9 meses
padre
commit
f482f6d98e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package/boot/uboot-tools/Makefile

+ 2 - 1
package/boot/uboot-tools/Makefile

@@ -80,7 +80,8 @@ endef
 MAKE_FLAGS += \
 	ARCH="sandbox" \
 	TARGET_CFLAGS="$(TARGET_CFLAGS)" \
-	TARGET_LDFLAGS="$(TARGET_LDFLAGS)"
+	TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
+	NO_PYTHON=1
 
 define Build/Compile
 	$(call Build/Compile/Default,envtools)