From f262d2aae136d2fe60c3b7314a4a0c5f30d79062 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 13 Oct 2021 12:51:22 +0200 Subject: u-boot.mk: fix pkg-config usage Using Host/Exports doesn't work as intended, explicitly add the required vars so that u-boot finds the required libraries when building its tools. Signed-off-by: Andre Heider --- package/boot/uboot-mvebu/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/boot/uboot-mvebu') diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index bf03fdd2b2..e2f2a2a382 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -53,8 +53,6 @@ UBOOT_TARGETS:= \ espressobin \ uDPU -Build/Exports:=$(Host/Exports) - define Build/Configure # enable additional options beyond _defconfig echo CONFIG_CMD_SETEXPR=y >> $(PKG_BUILD_DIR)/configs/$(UBOOT_CONFIG)_defconfig -- cgit v1.2.3