Move buildroot to bsp directory.
This commit is contained in:
8
bsp/buildroot/package/python-ipy/Config.in
Normal file
8
bsp/buildroot/package/python-ipy/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_IPY
|
||||
bool "python-ipy"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
IPy - class and tools for handling of IPv4 and
|
||||
IPv6 addresses and networks.
|
||||
|
||||
https://github.com/haypo/python-ipy/
|
||||
13
bsp/buildroot/package/python-ipy/python-ipy.mk
Normal file
13
bsp/buildroot/package/python-ipy/python-ipy.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ipy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPY_VERSION = IPy-0.82a
|
||||
PYTHON_IPY_SITE = $(call github,haypo,python-ipy,$(PYTHON_IPY_VERSION))
|
||||
PYTHON_IPY_LICENSE = BSD-3c
|
||||
PYTHON_IPY_LICENSE_FILES = COPYING
|
||||
PYTHON_IPY_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user