Move buildroot to bsp directory.
This commit is contained in:
7
bsp/buildroot/package/python-pyxb/Config.in
Normal file
7
bsp/buildroot/package/python-pyxb/Config.in
Normal 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/
|
||||
2
bsp/buildroot/package/python-pyxb/python-pyxb.hash
Normal file
2
bsp/buildroot/package/python-pyxb/python-pyxb.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de python-pyxb-1.2.4.tar.gz
|
||||
13
bsp/buildroot/package/python-pyxb/python-pyxb.mk
Normal file
13
bsp/buildroot/package/python-pyxb/python-pyxb.mk
Normal 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))
|
||||
Reference in New Issue
Block a user