38b158aa9c
Also add a comment to indicate that python-rtslib-fb and python-configshell-fb should be bumped every time targetcli-fb is bumped because upstream usually upgrades all of these packages at the same time. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
comment "targetcli-fb depends on Python"
|
|
depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
|
|
|
|
config BR2_PACKAGE_TARGETCLI_FB
|
|
bool "targetcli-fb"
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
|
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
|
select BR2_PACKAGE_PYTHON_SIX
|
|
help
|
|
targetcli-fb is a command-line interface for configuring the
|
|
LIO generic SCSI target, present in 3.x Linux kernel
|
|
versions.
|
|
|
|
https://github.com/open-iscsi/targetcli-fb
|