update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/python-pytz/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/python-pytz/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYTZ
|
||||
bool "python-pytz"
|
||||
help
|
||||
World timezone definitions, modern and historical.
|
||||
|
||||
http://pythonhosted.org/pytz
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/pytz/json, sha256 locally computed
|
||||
md5 88b1d6c50c764579292edce3493c8a3a pytz-2016.10.tar.bz2
|
||||
sha256 7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b pytz-2016.10.tar.bz2
|
||||
14
bsp/buildroot-2017.02.11/package/python-pytz/python-pytz.mk
Normal file
14
bsp/buildroot-2017.02.11/package/python-pytz/python-pytz.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pytz
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYTZ_VERSION = 2016.10
|
||||
PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.bz2
|
||||
PYTHON_PYTZ_SITE = https://pypi.python.org/packages/d0/e1/aca6ef73a7bd322a7fc73fd99631ee3454d4fc67dc2bee463e2adf6bb3d3
|
||||
PYTHON_PYTZ_SETUP_TYPE = setuptools
|
||||
PYTHON_PYTZ_LICENSE = MIT
|
||||
PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user