From 12be8d0dcb11e07acdbde6ac669972ef369441b9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Sep 2018 16:59:58 -0700 Subject: uftp: Upgrade to 4.9.8 Fixes build with OpenSSL 1.1.x Signed-off-by: Khem Raj --- meta-networking/recipes-support/uftp/uftp_4.9.3.bb | 16 ---------------- meta-networking/recipes-support/uftp/uftp_4.9.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-networking/recipes-support/uftp/uftp_4.9.3.bb create mode 100644 meta-networking/recipes-support/uftp/uftp_4.9.8.bb diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.3.bb b/meta-networking/recipes-support/uftp/uftp_4.9.3.bb deleted file mode 100644 index 1166f9a8db..0000000000 --- a/meta-networking/recipes-support/uftp/uftp_4.9.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Encrypted UDP based FTP with multicast" -HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" -SECTION = "libs/network" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" -SRC_URI[md5sum] = "231d6ba7820d89a712fe7d727ab0f8e6" -SRC_URI[sha256sum] = "9e9215af0315257c6cc4f40fbc6161057e861be1fff10a38a5564f699e99c78f" - -DEPENDS = "openssl" - -do_install () { - oe_runmake install DESTDIR=${D} -} diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.8.bb b/meta-networking/recipes-support/uftp/uftp_4.9.8.bb new file mode 100644 index 0000000000..0bbdd6b1d1 --- /dev/null +++ b/meta-networking/recipes-support/uftp/uftp_4.9.8.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Encrypted UDP based FTP with multicast" +HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" +SECTION = "libs/network" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" +SRC_URI[md5sum] = "f7a5affd3000b5aafbb13df49719b6c0" +SRC_URI[sha256sum] = "e98c6318e497124d777ca71eae752d213207c35de9f782c8bcaaf82ece20e599" + +DEPENDS = "openssl" + +do_install () { + oe_runmake install DESTDIR=${D} +} -- cgit 1.2.3-korg