Import buildroot 2016.02.01
This commit is contained in:
7
firmware/buildroot/package/time/Config.in
Normal file
7
firmware/buildroot/package/time/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_TIME
|
||||
bool "time"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
The GNU time utility.
|
||||
|
||||
http://savannah.gnu.org/projects/time/
|
||||
2
firmware/buildroot/package/time/time.hash
Normal file
2
firmware/buildroot/package/time/time.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d time-1.7.tar.gz
|
||||
19
firmware/buildroot/package/time/time.mk
Normal file
19
firmware/buildroot/package/time/time.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# time
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TIME_VERSION = 1.7
|
||||
TIME_SITE = $(BR2_GNU_MIRROR)/time
|
||||
TIME_CONF_ENV = ac_cv_func_wait3=yes
|
||||
TIME_LICENSE = GPLv2+
|
||||
TIME_LICENSE_FILES = COPYING
|
||||
|
||||
# time uses an old version of automake that does not support
|
||||
# installing in DESTDIR.
|
||||
define TIME_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 755 $(@D)/time $(TARGET_DIR)/usr/bin/time
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user