[PATCH] uboot-mediatek: clean up build dependencies

Josef Schlehofer pepe.schlehofer at gmail.com
Thu Nov 17 10:40:43 PST 2022


On 17. 11. 22 18:01, Daniel Golle wrote:
> Conditionally depend on arm-trusted-firmware-tools as it is only needed
> on Cortex-A based systems, hence do not depend on it when building for
> MIPSel based SoCs.
> Add swig/host to build dependencies.
>
> Reported-by: Peter Naulls <peter at chocky.org>
> Signed-off-by: Daniel Golle <daniel at makrotopia.org>
> ---
>   package/boot/uboot-mediatek/Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
> index 9d823ec698..cab5c83f3e 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:=!TARGET_ramips:arm-trusted-firmware-tools/host swig/host
I am not sure if this is wanted, but swig host package is located in the 
packages repository.
>   
>   include $(INCLUDE_DIR)/u-boot.mk
>   include $(INCLUDE_DIR)/package.mk



More information about the openwrt-devel mailing list