mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/time/Config.in
Normal file
14
package/time/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_TIME
|
||||
bool "time"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
# See https://savannah.gnu.org/bugs/index.php?48000
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
The GNU time utility.
|
||||
|
||||
http://savannah.gnu.org/projects/time/
|
||||
|
||||
comment "time needs a toolchain w/ dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS
|
||||
5
package/time/time.hash
Normal file
5
package/time/time.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# From https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00004.html
|
||||
sha1 75068c26abbed3ad3980685bae21d7202d288317 time-1.9.tar.gz
|
||||
sha256 fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e time-1.9.tar.gz
|
||||
# Locally calculated
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
13
package/time/time.mk
Normal file
13
package/time/time.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# time
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TIME_VERSION = 1.9
|
||||
TIME_SITE = $(BR2_GNU_MIRROR)/time
|
||||
TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
|
||||
TIME_LICENSE = GPL-3.0+
|
||||
TIME_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user