* [meta-networking][PATCH] cyassl: add new recipe
@ 2014-12-20 16:55 lchristina26
2014-12-22 13:48 ` Martin Jansa
0 siblings, 1 reply; 6+ messages in thread
From: lchristina26 @ 2014-12-20 16:55 UTC (permalink / raw)
To: openembedded-devel
Add new version 3.3.0 recipe for CyaSSL
Signed-off-by: Leah <lchristina26@hotmail.com>
---
.../recipes-connectivity/cyassl/cyassl_3.3.0.bb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
new file mode 100644
index 0000000..715cf1f
--- /dev/null
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "CyaSSL Lightweight, Embedded SSL Library, version 3.3.0"
+DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
+ optimized for embedded and RTOS environments. It can be \
+ Up to 20 times smaller than OpenSSL while still supporting \
+ a full TLS 1.2 client and server."
+HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
+BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
+SECTION = "libs/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "http://www.yassl.com/${BP}.zip"
+
+SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c"
+SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3"
+
+inherit autotools
+
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [meta-networking][PATCH] cyassl: add new recipe
2014-12-20 16:55 [meta-networking][PATCH] cyassl: add new recipe lchristina26
@ 2014-12-22 13:48 ` Martin Jansa
0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-12-22 13:48 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1903 bytes --]
On Sat, Dec 20, 2014 at 09:55:49AM -0700, lchristina26 wrote:
> Add new version 3.3.0 recipe for CyaSSLo
This doesn't remove 3.1.0 recipe and it should.
> Signed-off-by: Leah <lchristina26@hotmail.com>
> ---
> .../recipes-connectivity/cyassl/cyassl_3.3.0.bb | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
>
> diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> new file mode 100644
> index 0000000..715cf1f
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "CyaSSL Lightweight, Embedded SSL Library, version 3.3.0"
", version 3.3.0" doesn't belong in SUMMARY
> +DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
> + optimized for embedded and RTOS environments. It can be \
> + Up to 20 times smaller than OpenSSL while still supporting \
> + a full TLS 1.2 client and server."
> +HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
> +BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
> +SECTION = "libs/network"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +
> +SRC_URI = "http://www.yassl.com/${BP}.zip"
> +
> +SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c"
> +SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3"
> +
> +inherit autotools
> +
> --
> 1.9.1
>
> --
> _______________________________________________
> 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: 188 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-networking][PATCH] cyassl: add new recipe
@ 2014-12-22 21:20 lchristina26
2014-12-22 21:29 ` LC Mac
0 siblings, 1 reply; 6+ messages in thread
From: lchristina26 @ 2014-12-22 21:20 UTC (permalink / raw)
To: openembedded-devel
Adding cyassl 3.3.0 as a new recipe as instructed. Removing 3.1.0.
Signed-off-by: Leah <lchristina26@hotmail.com>
---
.../recipes-connectivity/cyassl/cyassl_3.1.0.bb | 1 -
.../recipes-connectivity/cyassl/cyassl_3.3.0.bb | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
delete mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
deleted file mode 100644
index 46619a1..0000000
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
+++ /dev/null
@@ -1 +0,0 @@
-a;dlfkj
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
new file mode 100644
index 0000000..b6f852d
--- /dev/null
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "CyaSSL Lightweight, Embedded SSL Library"
+DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
+ optimized for embedded and RTOS environments. It can be \
+ Up to 20 times smaller than OpenSSL while still supporting \
+ a full TLS 1.2 client and server."
+HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
+BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
+SECTION = "libs/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "http://www.yassl.com/${BP}.zip"
+
+SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c"
+SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3"
+
+inherit autotools
+
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [meta-networking][PATCH] cyassl: add new recipe
2014-12-22 21:20 lchristina26
@ 2014-12-22 21:29 ` LC Mac
0 siblings, 0 replies; 6+ messages in thread
From: LC Mac @ 2014-12-22 21:29 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Please ignore this patch.
> From: lchristina26@hotmail.com
> To: openembedded-devel@lists.openembedded.org
> CC: lchristina26@hotmail.com
> Subject: [meta-networking][PATCH] cyassl: add new recipe
> Date: Mon, 22 Dec 2014 14:20:08 -0700
>
> Adding cyassl 3.3.0 as a new recipe as instructed. Removing 3.1.0.
>
> Signed-off-by: Leah <lchristina26@hotmail.com>
> ---
> .../recipes-connectivity/cyassl/cyassl_3.1.0.bb | 1 -
> .../recipes-connectivity/cyassl/cyassl_3.3.0.bb | 18 ++++++++++++++++++
> 2 files changed, 18 insertions(+), 1 deletion(-)
> delete mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
>
> diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> deleted file mode 100644
> index 46619a1..0000000
> --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> +++ /dev/null
> @@ -1 +0,0 @@
> -a;dlfkj
> diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> new file mode 100644
> index 0000000..b6f852d
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "CyaSSL Lightweight, Embedded SSL Library"
> +DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
> + optimized for embedded and RTOS environments. It can be \
> + Up to 20 times smaller than OpenSSL while still supporting \
> + a full TLS 1.2 client and server."
> +HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
> +BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
> +SECTION = "libs/network"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +
> +SRC_URI = "http://www.yassl.com/${BP}.zip"
> +
> +SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c"
> +SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3"
> +
> +inherit autotools
> +
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-networking][PATCH] cyassl: add new recipe
@ 2014-12-19 23:57 lchristina26
2014-12-20 11:09 ` Martin Jansa
0 siblings, 1 reply; 6+ messages in thread
From: lchristina26 @ 2014-12-19 23:57 UTC (permalink / raw)
To: openembedded-devel
add cyassl-3.3.0 as new recipe. cyassl-3.1.0 can be removed.
Signed-off-by: leah <lchristina26@hotmail.com>
---
meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
index b6f852d..715cf1f 100644
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
@@ -1,4 +1,4 @@
-SUMMARY = "CyaSSL Lightweight, Embedded SSL Library"
+SUMMARY = "CyaSSL Lightweight, Embedded SSL Library, version 3.3.0"
DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
optimized for embedded and RTOS environments. It can be \
Up to 20 times smaller than OpenSSL while still supporting \
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [meta-networking][PATCH] cyassl: add new recipe
2014-12-19 23:57 lchristina26
@ 2014-12-20 11:09 ` Martin Jansa
0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-12-20 11:09 UTC (permalink / raw)
To: openembedded-devel
> add cyassl-3.3.0 as new recipe. cyassl-3.1.0 can be removed.
This isn't what the patch is doing, you're only adding ", version 3.3.0" to
SUMMARY variable and it doesn't even belong there (version is already in
PV).
On Sat, Dec 20, 2014 at 12:57 AM, lchristina26 <lchristina26@hotmail.com>
wrote:
> add cyassl-3.3.0 as new recipe. cyassl-3.1.0 can be removed.
>
> Signed-off-by: leah <lchristina26@hotmail.com>
> ---
> meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> index b6f852d..715cf1f 100644
> --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> @@ -1,4 +1,4 @@
> -SUMMARY = "CyaSSL Lightweight, Embedded SSL Library"
> +SUMMARY = "CyaSSL Lightweight, Embedded SSL Library, version 3.3.0"
> DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
> optimized for embedded and RTOS environments. It can be \
> Up to 20 times smaller than OpenSSL while still supporting
> \
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-12-22 21:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-20 16:55 [meta-networking][PATCH] cyassl: add new recipe lchristina26
2014-12-22 13:48 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2014-12-22 21:20 lchristina26
2014-12-22 21:29 ` LC Mac
2014-12-19 23:57 lchristina26
2014-12-20 11:09 ` 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.