Move buildroot to bsp directory.
This commit is contained in:
6
bsp/buildroot/package/python-certifi/Config.in
Normal file
6
bsp/buildroot/package/python-certifi/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_CERTIFI
|
||||
bool "python-certifi"
|
||||
help
|
||||
Python package for providing Mozilla's CA Bundle.
|
||||
|
||||
https://pypi.python.org/pypi/certifi
|
||||
2
bsp/buildroot/package/python-certifi/python-certifi.hash
Normal file
2
bsp/buildroot/package/python-certifi/python-certifi.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
sha1 f53dc8f57aaf6d69c183ebadcec52ece0a55cc3f certifi-14.05.14.tar.gz
|
||||
sha256 1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69 certifi-14.05.14.tar.gz
|
||||
14
bsp/buildroot/package/python-certifi/python-certifi.mk
Normal file
14
bsp/buildroot/package/python-certifi/python-certifi.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-certifi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CERTIFI_VERSION = 14.05.14
|
||||
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
|
||||
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/source/c/certifi
|
||||
PYTHON_CERTIFI_SETUP_TYPE = setuptools
|
||||
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
||||
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user