update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_RTSLIB_FB
|
||||
bool "python-rtslib-fb"
|
||||
select BR2_PACKAGE_PYTHON_SIX
|
||||
help
|
||||
rtslib-fb is an object-based Python library for configuring
|
||||
the LIO generic SCSI target, present in 3.x Linux kernel
|
||||
versions.
|
||||
|
||||
https://github.com/open-iscsi/rtslib-fb
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 d5d81a78046b4c228d29ba88d9950e0f63858e5fcf601e3d0f8bf107fbaadc03 python-rtslib-fb-v2.1.fb57.tar.gz
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-rtslib-fb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# When upgrading the version, be sure to also upgrade
|
||||
# python-configshell-fb and targetcli-fb at the same time.
|
||||
PYTHON_RTSLIB_FB_VERSION = v2.1.fb57
|
||||
# Do not switch site to PyPI: it does not contain the latest version.
|
||||
PYTHON_RTSLIB_FB_SITE = $(call github,open-iscsi,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
|
||||
PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
|
||||
PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING
|
||||
PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools
|
||||
PYTHON_RTSLIB_FB_DEPENDENCIES = python-six
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user