targetcli-fb: bump version
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Thu, 3 Sep 2015 07:55:25 +0000 (09:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Oct 2015 12:19:57 +0000 (14:19 +0200)
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>
package/targetcli-fb/Config.in
package/targetcli-fb/targetcli-fb.mk

index ee241ef9e582b57a924e55a1f869c009530895e7..b65593870005affe6262bd1c983faf44e9cdea1b 100644 (file)
@@ -6,6 +6,7 @@ config BR2_PACKAGE_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
index b5f2fbe88830c4bc33e62154e372cda5e2522fbe..0a64c4651ded7979aa51af3fc3d4c41ac3742cfc 100644 (file)
@@ -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_LICENSE = Apache-2.0
 TARGETCLI_FB_LICENSE_FILES = COPYING
 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
        $(INSTALL) -m 0755 -D package/targetcli-fb/S50target $(TARGET_DIR)/etc/init.d/S50target