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-mxs/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/boot/uboot-mxs') diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index f4211d3a54..3c908874fa 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -38,8 +38,6 @@ UBOOT_TARGETS := \ UBOOT_MAKE_FLAGS += $(UBOOT_IMAGE) -Build/Exports:=$(Host/Exports) - define Build/InstallDev $(INSTALL_DIR) $(STAGING_DIR_IMAGE) $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) $(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-$(UBOOT_IMAGE) -- cgit v1.2.3