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 /meta-networking/recipes-support/uftp/uftp_4.9.9.bb | |
| 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>
Diffstat (limited to 'meta-networking/recipes-support/uftp/uftp_4.9.9.bb')
| -rw-r--r-- | meta-networking/recipes-support/uftp/uftp_4.9.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.9.bb b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb new file mode 100644 index 0000000000..a64d081cfa --- /dev/null +++ b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Encrypted UDP based FTP with multicast" | ||
| 2 | HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" | ||
| 3 | SECTION = "libs/network" | ||
| 4 | LICENSE = "GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "154e2c82a33fd4999040f8836e2dca2c" | ||
| 11 | SRC_URI[sha256sum] = "c04bc75a88fc3d57504269f260be4d0b1bc440508b5a5ca587df6c16b771aa48" | ||
| 12 | |||
| 13 | DEPENDS = "openssl" | ||
| 14 | |||
| 15 | do_install () { | ||
| 16 | oe_runmake install DESTDIR=${D} | ||
| 17 | } | ||
