update buildroot to 2017.02.11
This commit is contained in:
9
bsp/buildroot-2017.02.11/package/crudini/Config.in
Normal file
9
bsp/buildroot-2017.02.11/package/crudini/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_CRUDINI
|
||||
bool "crudini"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_INIPARSE # runtime
|
||||
help
|
||||
A utility for handling ini files from the command line and
|
||||
shell scripts
|
||||
|
||||
https://pypi.python.org/pypi/crudini
|
||||
3
bsp/buildroot-2017.02.11/package/crudini/crudini.hash
Normal file
3
bsp/buildroot-2017.02.11/package/crudini/crudini.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=0664fa2f9d36e411e839b5394d8c2951, sha256 locally computed
|
||||
md5 0664fa2f9d36e411e839b5394d8c2951 crudini-0.8.tar.gz
|
||||
sha256 effdf8feb7efe252af87143c8756bbc69e2679afb6173083d38be02284385e5f crudini-0.8.tar.gz
|
||||
13
bsp/buildroot-2017.02.11/package/crudini/crudini.mk
Normal file
13
bsp/buildroot-2017.02.11/package/crudini/crudini.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# crudini
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CRUDINI_VERSION = 0.8
|
||||
CRUDINI_SITE = https://pypi.python.org/packages/23/4a/934b05bbe5af4fd390207c5e935efbae6439809aad65ab0702e236c1b5f5
|
||||
CRUDINI_SETUP_TYPE = setuptools
|
||||
CRUDINI_LICENSE = GPLv2
|
||||
CRUDINI_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user