projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536498a
)
packaging: change from 'env' to 'envtools' for building envtool
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 8 May 2018 10:57:15 +0000
(19:57 +0900)
committer
Marek Szyprowski
<m.szyprowski@samsung.com>
Mon, 15 Nov 2021 11:02:48 +0000
(12:02 +0100)
Change a name from "env" to "envtools" for building envtools.
(Fix the compile error during obs/gbs system.)
Change-Id: I5717142528d88993134f1219dba2bb0a7e928efe
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-rpi3.spec
patch
|
blob
|
history
diff --git
a/packaging/u-boot-rpi3.spec
b/packaging/u-boot-rpi3.spec
index
05fe117
..
dc9bdc8
100644
(file)
--- a/
packaging/u-boot-rpi3.spec
+++ b/
packaging/u-boot-rpi3.spec
@@
-47,7
+47,7
@@
make $CONFIG
# Build tools
make %{?_smp_mflags} HOSTCC="gcc $RPM_OPT_FLAGS" HOSTSTRIP=/bin/true tools
-make HOSTCC="gcc $RPM_OPT_FLAGS" env
+make HOSTCC="gcc $RPM_OPT_FLAGS" env
tools
# Build u-boot
export PATH="$PATH:tools:tools/dtc/"