Bump buidlroot version to 2018.02.6
This commit is contained in:
6
bsp/buildroot/package/python-scandir/Config.in
Normal file
6
bsp/buildroot/package/python-scandir/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SCANDIR
|
||||
bool "python-scandir"
|
||||
help
|
||||
scandir, a better directory iterator and faster os.walk()
|
||||
|
||||
https://pypi.python.org/pypi/scandir
|
||||
3
bsp/buildroot/package/python-scandir/python-scandir.hash
Normal file
3
bsp/buildroot/package/python-scandir/python-scandir.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/scandir/json, sha256 locally computed
|
||||
md5 a2713043de681bba6b084be42e7a8a44 scandir-1.5.tar.gz
|
||||
sha256 c2612d1a487d80fb4701b4a91ca1b8f8a695b1ae820570815e85e8c8b23f1283 scandir-1.5.tar.gz
|
||||
14
bsp/buildroot/package/python-scandir/python-scandir.mk
Normal file
14
bsp/buildroot/package/python-scandir/python-scandir.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-scandir
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCANDIR_VERSION = 1.5
|
||||
PYTHON_SCANDIR_SOURCE = scandir-$(PYTHON_SCANDIR_VERSION).tar.gz
|
||||
PYTHON_SCANDIR_SITE = https://pypi.python.org/packages/bd/f4/3143e0289faf0883228017dbc6387a66d0b468df646645e29e1eb89ea10e
|
||||
PYTHON_SCANDIR_LICENSE = BSD-3-Clause
|
||||
PYTHON_SCANDIR_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SCANDIR_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user