projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b8b419
)
tools/coreutils: install "touch"
author
Felix Fietkau
<nbd@nbd.name>
Wed, 25 Sep 2019 08:19:21 +0000
(10:19 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 25 Sep 2019 08:19:24 +0000
(10:19 +0200)
Fixes error in setting SOURCE_DATE_EPOCH timestamp on files on rootfs prepare
on non-Linux systems
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/coreutils/Makefile
patch
|
blob
|
history
diff --git
a/tools/coreutils/Makefile
b/tools/coreutils/Makefile
index 4109fd77b37374f90298aacafb3a85ff14bd2b3c..e3387960530910470b0140d00f15d9dd432babc1 100644
(file)
--- a/
tools/coreutils/Makefile
+++ b/
tools/coreutils/Makefile
@@
-16,7
+16,7
@@
PKG_HASH:=8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b
HOST_BUILD_PARALLEL := 1
-BUILD_PROGRAMS = date readlink
+BUILD_PROGRAMS = date readlink
touch
include $(INCLUDE_DIR)/host-build.mk