[oe] [meta-networking][morty][PATCH] uftp: Add recipe

Jaap de Jong jaap.dejong at nedap.com
Mon Apr 3 10:54:49 UTC 2017


-------------- next part --------------
From cba20c0df65dcdd711009c5587142d2606deb1a9 Mon Sep 17 00:00:00 2001
From: Jaap de Jong <jaap.dejong at nedap.com>
Date: Mon, 3 Apr 2017 12:47:17 +0200
Subject: [meta-networking][morty][PATCH] uftp: Add recipe
To: openembedded-devel at lists.openembedded.org

---
 meta-networking/recipes-support/uftp/uftp_4.9.3.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-networking/recipes-support/uftp/uftp_4.9.3.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
new file mode 100644
index 0000000..a6eeceb
--- /dev/null
+++ b/meta-networking/recipes-support/uftp/uftp_4.9.3.bb
@@ -0,0 +1,15 @@
+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"
+
+do_install () {
+	oe_runmake install DESTDIR=${D}
+}
-- 
2.7.4


More information about the Openembedded-devel mailing list