Move buildroot to bsp directory.
This commit is contained in:
17
bsp/buildroot/package/python-msgpack/Config.in
Normal file
17
bsp/buildroot/package/python-msgpack/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_PYTHON_MSGPACK
|
||||
bool "python-msgpack"
|
||||
select BR2_PACKAGE_MSGPACK
|
||||
depends on BR2_INSTALL_LIBSTDCPP # msgpack
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # msgpack
|
||||
help
|
||||
MessagePack (http://msgpack.org/) is a fast, compact binary
|
||||
serialization format, suitable for similar data to JSON.
|
||||
This package provides CPython bindings for reading and
|
||||
writing MessagePack data.
|
||||
|
||||
https://pypi.python.org/pypi/msgpack-python/
|
||||
|
||||
comment "python-msgpack needs a toolchain w/ C++"
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
3
bsp/buildroot/package/python-msgpack/python-msgpack.hash
Normal file
3
bsp/buildroot/package/python-msgpack/python-msgpack.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=eb2aad1081534ef3a9f32a0ecd350b9b, sha356 locally computed.
|
||||
md5 eb2aad1081534ef3a9f32a0ecd350b9b msgpack-python-0.4.7.tar.gz
|
||||
sha256 5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b msgpack-python-0.4.7.tar.gz
|
||||
15
bsp/buildroot/package/python-msgpack/python-msgpack.mk
Normal file
15
bsp/buildroot/package/python-msgpack/python-msgpack.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-msgpack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSGPACK_VERSION = 0.4.7
|
||||
PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
|
||||
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
||||
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
||||
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
||||
PYTHON_MSGPACK_DEPENDENCIES = msgpack
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user