mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
targetcli-fb: bump version
Also add new dependency to python-six. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c67894eec4
commit
9829b82caf
@ -6,6 +6,7 @@ config BR2_PACKAGE_TARGETCLI_FB
|
|||||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
||||||
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
||||||
|
select BR2_PACKAGE_PYTHON_SIX
|
||||||
help
|
help
|
||||||
targetcli-fb is a command-line interface for configuring the
|
targetcli-fb is a command-line interface for configuring the
|
||||||
LIO generic SCSI target, present in 3.x Linux kernel
|
LIO generic SCSI target, present in 3.x Linux kernel
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TARGETCLI_FB_VERSION = v2.1.fb37
|
TARGETCLI_FB_VERSION = v2.1.fb41
|
||||||
TARGETCLI_FB_SITE = $(call github,agrover,targetcli-fb,$(TARGETCLI_FB_VERSION))
|
TARGETCLI_FB_SITE = $(call github,agrover,targetcli-fb,$(TARGETCLI_FB_VERSION))
|
||||||
TARGETCLI_FB_LICENSE = Apache-2.0
|
TARGETCLI_FB_LICENSE = Apache-2.0
|
||||||
TARGETCLI_FB_LICENSE_FILES = COPYING
|
TARGETCLI_FB_LICENSE_FILES = COPYING
|
||||||
TARGETCLI_FB_SETUP_TYPE = setuptools
|
TARGETCLI_FB_SETUP_TYPE = setuptools
|
||||||
TARGETCLI_FB_DEPENDENCIES = python-configshell-fb python-rtslib-fb
|
TARGETCLI_FB_DEPENDENCIES = python-configshell-fb python-rtslib-fb python-six
|
||||||
|
|
||||||
define TARGETCLI_FB_INSTALL_INIT_SYSV
|
define TARGETCLI_FB_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -m 0755 -D package/targetcli-fb/S50target $(TARGET_DIR)/etc/init.d/S50target
|
$(INSTALL) -m 0755 -D package/targetcli-fb/S50target $(TARGET_DIR)/etc/init.d/S50target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user