Move buildroot to bsp directory.
This commit is contained in:
2
bsp/buildroot/package/python-pyrex/python-pyrex.hash
Normal file
2
bsp/buildroot/package/python-pyrex/python-pyrex.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50 Pyrex-0.9.9.tar.gz
|
||||
15
bsp/buildroot/package/python-pyrex/python-pyrex.mk
Normal file
15
bsp/buildroot/package/python-pyrex/python-pyrex.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyrex
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYREX_VERSION = 0.9.9
|
||||
PYTHON_PYREX_SOURCE = Pyrex-$(PYTHON_PYREX_VERSION).tar.gz
|
||||
PYTHON_PYREX_SITE = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex
|
||||
PYTHON_PYREX_LICENSE = Apache-v2
|
||||
PYTHON_PYREX_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_PYREX_SETUP_TYPE = distutils
|
||||
HOST_PYTHON_PYREX_NEEDS_HOST_PYTHON = python2
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user