Bump buidlroot version to 2018.02.6
This commit is contained in:
8
bsp/buildroot/package/python-h2/Config.in
Normal file
8
bsp/buildroot/package/python-h2/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_H2
|
||||
bool "python-h2"
|
||||
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
|
||||
select BR2_PACKAGE_PYTHON_HPACK # runtime
|
||||
help
|
||||
HTTP/2 State-Machine based protocol implementation.
|
||||
|
||||
http://hyper.rtfd.org
|
||||
3
bsp/buildroot/package/python-h2/python-h2.hash
Normal file
3
bsp/buildroot/package/python-h2/python-h2.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/h2/json, sha256 locally computed
|
||||
md5 586686662928c2851eb0f1fe99bf279d h2-3.0.1.tar.gz
|
||||
sha256 b2962f883fa392a23cbfcc4ad03c335bcc661be0cf9627657b589f0df2206e64 h2-3.0.1.tar.gz
|
||||
14
bsp/buildroot/package/python-h2/python-h2.mk
Normal file
14
bsp/buildroot/package/python-h2/python-h2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-h2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_H2_VERSION = 3.0.1
|
||||
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
|
||||
PYTHON_H2_SITE = https://pypi.python.org/packages/3c/86/aebb88df3c87255cfd0ffd338608fbfb34d1c850750a486e7f05b013e5a3
|
||||
PYTHON_H2_SETUP_TYPE = setuptools
|
||||
PYTHON_H2_LICENSE = MIT
|
||||
PYTHON_H2_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user