Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_CRCMOD
bool "python-crcmod"
help
The software in this package is a Python module for
generating objects that compute the Cyclic Redundancy
Check (CRC).
http://crcmod.sourceforge.net/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/crcmod/json, sha256 locally computed
md5 2d5b92117d958dcead94f9e17f54cd32 crcmod-1.7.tar.gz
sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e crcmod-1.7.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-crcmod
#
################################################################################
PYTHON_CRCMOD_VERSION = 1.7
PYTHON_CRCMOD_SOURCE = crcmod-$(PYTHON_CRCMOD_VERSION).tar.gz
PYTHON_CRCMOD_SITE = https://pypi.python.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
PYTHON_CRCMOD_SETUP_TYPE = distutils
PYTHON_CRCMOD_LICENSE = MIT
PYTHON_CRCMOD_LICENSE_FILES = LICENSE
$(eval $(python-package))