Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_CONFIGOBJ
bool "python-configobj"
depends on BR2_PACKAGE_PYTHON
help
ConfigObj is a simple but powerful config file reader and
writer: an ini file round tripper. Its main feature is that
it is very easy to use, with a straightforward programmer's
interface and a simple syntax for config files.
http://www.voidspace.org.uk/python/configobj.html

View File

@@ -0,0 +1,4 @@
# From https://pypi.python.org/pypi/configobj/4.7.2
md5 201dbaa732a9049c839f9bb6c27fc7b5 configobj-4.7.2.tar.gz
# Calculated based on the hash above
sha256 515ff923462592e8321df8b48c47e3428f8d406ee22b8de77bef969d1af11171 configobj-4.7.2.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-configobj
#
################################################################################
PYTHON_CONFIGOBJ_VERSION = 4.7.2
PYTHON_CONFIGOBJ_SOURCE = configobj-$(PYTHON_CONFIGOBJ_VERSION).tar.gz
PYTHON_CONFIGOBJ_SITE = http://pypi.python.org/packages/source/c/configobj
PYTHON_CONFIGOBJ_LICENSE = BSD-3c
# License only mentioned in the source
PYTHON_CONFIGOBJ_SETUP_TYPE = distutils
$(eval $(python-package))