Move buildroot to bsp directory.
This commit is contained in:
15
bsp/buildroot/package/python-coherence/Config.in
Normal file
15
bsp/buildroot/package/python-coherence/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_COHERENCE
|
||||
bool "python-coherence"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
|
||||
select BR2_PACKAGE_PYTHON_TWISTED
|
||||
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
||||
select BR2_PACKAGE_PYTHON_PYASN
|
||||
help
|
||||
A DLNA/UPnP Media Server and Framework for the Digital Living.
|
||||
|
||||
http://coherence-project.org/
|
||||
|
||||
comment "python-coherence needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 fd5a2db9661994a57232ace4a90d259b6554c43b8bf5bfbf8ec2518c03627922 python-coherence-0.6.6.2.tar.gz
|
||||
14
bsp/buildroot/package/python-coherence/python-coherence.mk
Normal file
14
bsp/buildroot/package/python-coherence/python-coherence.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-coherence
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_COHERENCE_VERSION = 0.6.6.2
|
||||
PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
|
||||
PYTHON_COHERENCE_SETUP_TYPE = setuptools
|
||||
PYTHON_COHERENCE_LICENSE = MIT
|
||||
PYTHON_COHERENCE_LICENSE_FILES = LICENCE
|
||||
PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user