update buildroot to 2017.02.11
This commit is contained in:
2
bsp/buildroot-2017.02.11/package/tzdump/tzdump.hash
Normal file
2
bsp/buildroot-2017.02.11/package/tzdump/tzdump.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 403f22f9c3007a051f9dbccff48b396b8e04eb1afcc8d779e6b3d9b6d971e1fe tzdump-65a10105564801094b18c3fcacf4dde4c44e4ab8.tar.gz
|
||||
21
bsp/buildroot-2017.02.11/package/tzdump/tzdump.mk
Normal file
21
bsp/buildroot-2017.02.11/package/tzdump/tzdump.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# tzdump
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TZDUMP_VERSION = 65a10105564801094b18c3fcacf4dde4c44e4ab8
|
||||
TZDUMP_SITE = $(call github,alexandrebelloni,tzdump,$(TZDUMP_VERSION))
|
||||
HOST_TZDUMP_DEPENDENCIES = host-zic
|
||||
|
||||
define HOST_TZDUMP_BUILD_CMDS
|
||||
cd $(@D) && $(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o tzdump tzdump.c
|
||||
endef
|
||||
|
||||
define HOST_TZDUMP_INSTALL_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/tzdump $(HOST_DIR)/usr/sbin/tzdump
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
|
||||
TZDUMP = $(HOST_DIR)/usr/sbin/tzdump
|
||||
Reference in New Issue
Block a user