diff options
| author | Christophe Vu-Brugier <cvubrugier@fastmail.fm> | 2016-10-08 16:34:52 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 13:56:57 +0200 |
| commit | 38b158aa9c66a5b063f05b99fe77d18c10ee4485 (patch) | |
| tree | b77ed47521d399e5ecb351b0ed1e6bf862b837b7 /package/targetcli-fb/targetcli-fb.mk | |
| parent | 8025a97985af8a6e8c4d11b8dad9f8e13e9f5195 (diff) | |
| download | buildroot-38b158aa9c66a5b063f05b99fe77d18c10ee4485.tar.gz buildroot-38b158aa9c66a5b063f05b99fe77d18c10ee4485.zip | |
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>
Diffstat (limited to 'package/targetcli-fb/targetcli-fb.mk')
| -rw-r--r-- | package/targetcli-fb/targetcli-fb.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/targetcli-fb/targetcli-fb.mk b/package/targetcli-fb/targetcli-fb.mk index cf7f29ff4e..4057592564 100644 --- a/package/targetcli-fb/targetcli-fb.mk +++ b/package/targetcli-fb/targetcli-fb.mk @@ -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_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_FILES = COPYING TARGETCLI_FB_SETUP_TYPE = setuptools |

