tools: Build gnu date for u-boot build
authorHauke Mehrtens <[email protected]>
Sat, 7 Sep 2019 23:10:45 +0000 (01:10 +0200)
committerHauke Mehrtens <[email protected]>
Sat, 12 Oct 2019 15:14:15 +0000 (17:14 +0200)
u-boot needs the gnu date tool and doe snot work with the bsd date tool.
Make the mkimage(u-boot) depend on coreutils on non Linux systems.

Signed-off-by: Hauke Mehrtens <[email protected]>
tools/Makefile

index a161154b806b10a20c9ac220e85595918c3a32f1..0e3f98cab93e10861338f5ce1f6212806899a4ba 100644 (file)
@@ -81,6 +81,7 @@ $(curdir)/cbootimage/compile += $(curdir)/automake/compile
 
 ifneq ($(HOST_OS),Linux)
   $(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile
+  $(curdir)/mkimage/compile += $(curdir)/coreutils/compile
   tools-y += coreutils
 endif