generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-rtslib-fb/Config.in
Normal file
9
package/python-rtslib-fb/Config.in
Normal file
@ -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
|
||||
3
package/python-rtslib-fb/python-rtslib-fb.hash
Normal file
3
package/python-rtslib-fb/python-rtslib-fb.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 9f581c4bcffebc60be236af8a6ebdeccdb66d0435eeb04ab1b743c170b95d046 python-rtslib-fb-2.1.74.tar.gz
|
||||
sha256 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320 COPYING
|
||||
17
package/python-rtslib-fb/python-rtslib-fb.mk
Normal file
17
package/python-rtslib-fb/python-rtslib-fb.mk
Normal file
@ -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 = 2.1.74
|
||||
# Do not switch site to PyPI: it does not contain the latest version.
|
||||
PYTHON_RTSLIB_FB_SITE = $(call github,open-iscsi,rtslib-fb,v$(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