All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][morty][PATCH] uftp: Add recipe
@ 2017-04-03 10:54 Jaap de Jong
  2017-04-05 18:36 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Jaap de Jong @ 2017-04-03 10:54 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #2: 0001-uftp-Add-recipe.patch.txt --]
[-- Type: text/plain, Size: 1224 bytes --]

From cba20c0df65dcdd711009c5587142d2606deb1a9 Mon Sep 17 00:00:00 2001
From: Jaap de Jong <jaap.dejong@nedap.com>
Date: Mon, 3 Apr 2017 12:47:17 +0200
Subject: [meta-networking][morty][PATCH] uftp: Add recipe
To: openembedded-devel@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking][morty][PATCH] uftp: Add recipe
  2017-04-03 10:54 [meta-networking][morty][PATCH] uftp: Add recipe Jaap de Jong
@ 2017-04-05 18:36 ` Martin Jansa
  2017-04-06  7:25   ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-04-05 18:36 UTC (permalink / raw)
  To: Jaap de Jong; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]

On Mon, Apr 03, 2017 at 12:54:49PM +0200, Jaap de Jong wrote:
> 

I don't see this recipe in master branch...


> From cba20c0df65dcdd711009c5587142d2606deb1a9 Mon Sep 17 00:00:00 2001
> From: Jaap de Jong <jaap.dejong@nedap.com>
> Date: Mon, 3 Apr 2017 12:47:17 +0200
> Subject: [meta-networking][morty][PATCH] uftp: Add recipe
> To: openembedded-devel@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
> 

> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking][morty][PATCH] uftp: Add recipe
  2017-04-05 18:36 ` Martin Jansa
@ 2017-04-06  7:25   ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2017-04-06  7:25 UTC (permalink / raw)
  To: Jaap de Jong; +Cc: openembedded-devel

And it also fails to build in master:
http://errors.yoctoproject.org/Errors/Details/139079/

On Wed, Apr 5, 2017 at 8:36 PM, Martin Jansa <martin.jansa@gmail.com> wrote:

> On Mon, Apr 03, 2017 at 12:54:49PM +0200, Jaap de Jong wrote:
> >
>
> I don't see this recipe in master branch...
>
>
> > From cba20c0df65dcdd711009c5587142d2606deb1a9 Mon Sep 17 00:00:00 2001
> > From: Jaap de Jong <jaap.dejong@nedap.com>
> > Date: Mon, 3 Apr 2017 12:47:17 +0200
> > Subject: [meta-networking][morty][PATCH] uftp: Add recipe
> > To: openembedded-devel@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] = "9e9215af0315257c6cc4f40fbc6161
> 057e861be1fff10a38a5564f699e99c78f"
> > +
> > +do_install () {
> > +     oe_runmake install DESTDIR=${D}
> > +}
> > --
> > 2.7.4
> >
>
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-06  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 10:54 [meta-networking][morty][PATCH] uftp: Add recipe Jaap de Jong
2017-04-05 18:36 ` Martin Jansa
2017-04-06  7:25   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.