diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-24 21:31:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-29 10:13:56 -0700 |
commit | 963645e79ced0c2110a45818203117b5b1f554fa (patch) | |
tree | 70d4adff656239683b113093c26c5d0a97ebea7c | |
parent | 922ecaf004c501847e7c0011498fc1d3ab022c60 (diff) | |
download | meta-openembedded-963645e79ced0c2110a45818203117b5b1f554fa.tar.gz |
uftp: update to 4.9.9
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/uftp/uftp_4.9.9.bb (renamed from meta-networking/recipes-support/uftp/uftp_4.9.8.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.8.bb b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb index 0bbdd6b1d..a64d081cf 100644 --- a/meta-networking/recipes-support/uftp/uftp_4.9.8.bb +++ b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | DESCRIPTION = "Encrypted UDP based FTP with multicast" | 1 | DESCRIPTION = "Encrypted UDP based FTP with multicast" |
2 | HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" | 2 | HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" |
3 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
4 | |||
5 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" |
7 | 6 | ||
7 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/" | ||
8 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "f7a5affd3000b5aafbb13df49719b6c0" | 10 | SRC_URI[md5sum] = "154e2c82a33fd4999040f8836e2dca2c" |
10 | SRC_URI[sha256sum] = "e98c6318e497124d777ca71eae752d213207c35de9f782c8bcaaf82ece20e599" | 11 | SRC_URI[sha256sum] = "c04bc75a88fc3d57504269f260be4d0b1bc440508b5a5ca587df6c16b771aa48" |
11 | 12 | ||
12 | DEPENDS = "openssl" | 13 | DEPENDS = "openssl" |
13 | 14 | ||