mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/targetcli-fb: update URL to the open-iscsi organization
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>
This commit is contained in:
parent
8025a97985
commit
38b158aa9c
@ -12,4 +12,4 @@ config BR2_PACKAGE_TARGETCLI_FB
|
|||||||
LIO generic SCSI target, present in 3.x Linux kernel
|
LIO generic SCSI target, present in 3.x Linux kernel
|
||||||
versions.
|
versions.
|
||||||
|
|
||||||
https://github.com/agrover/targetcli-fb
|
https://github.com/open-iscsi/targetcli-fb
|
||||||
|
@ -4,8 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# When upgrading the version, be sure to also upgrade python-rtslib-fb
|
||||||
|
# and python-configshell-fb at the same time.
|
||||||
TARGETCLI_FB_VERSION = v2.1.fb41
|
TARGETCLI_FB_VERSION = v2.1.fb41
|
||||||
TARGETCLI_FB_SITE = $(call github,agrover,targetcli-fb,$(TARGETCLI_FB_VERSION))
|
TARGETCLI_FB_SITE = $(call github,open-iscsi,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user