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,7 @@
config BR2_PACKAGE_PYTHON_PYXB
bool "python-pyxb"
help
PyXB is a pure Python package that generates Python code
for classes that correspond to data structures defined by XMLSchema.
http://pyxb.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de python-pyxb-1.2.4.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-pyxb
#
################################################################################
PYTHON_PYXB_VERSION = 1.2.4
PYTHON_PYXB_SITE = $(call github,pabigot,pyxb,PyXB-$(PYTHON_PYXB_VERSION))
PYTHON_PYXB_LICENSE = Apache-2.0
PYTHON_PYXB_LICENSE_FILES = LICENSE
PYTHON_PYXB_SETUP_TYPE = distutils
$(eval $(python-package))