From 53ae57d2fc53ba087b608533f8cde8550a56ead4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Jul 2024 10:45:23 +0200 Subject: fixes for beagebone black --- package/u-boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/u-boot') diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 576a98abd..c3976e0ce 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -113,7 +113,7 @@ u-boot-hostinstall: $(STAGING_HOST_DIR)/usr/bin do-configure: - (cd $(WRKBUILD) && $(MAKE) $(CONFIG)) + (cd $(WRKBUILD) && PATH='$(HOST_PATH)' $(MAKE) $(CONFIG)) do-build: (cd $(WRKBUILD) && env \ -- cgit v1.2.3