* [meta-oe][PATCH] 'Update cyassl bb file'
@ 2014-08-11 17:32 lchristina26
2014-08-12 11:14 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: lchristina26 @ 2014-08-11 17:32 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: lchristina26 <lchristina26@hotmail.com>
---
meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
index accc144..441d321 100644
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
@@ -9,8 +9,6 @@ SECTION = "libs/network"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-PR = "r1"
-
SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"
@@ -21,6 +19,3 @@ S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
-# Detect and build with correct endianness
-# CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '', '-DBIG_ENDIAN_ORDER', d)}"
-
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH] 'Update cyassl bb file'
2014-08-11 17:32 [meta-oe][PATCH] 'Update cyassl bb file' lchristina26
@ 2014-08-12 11:14 ` Martin Jansa
2014-08-12 16:03 ` Leah
0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-08-12 11:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]
On Mon, Aug 11, 2014 at 11:32:36AM -0600, lchristina26 wrote:
> Signed-off-by: lchristina26 <lchristina26@hotmail.com>
> ---
> meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> index accc144..441d321 100644
> --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> @@ -9,8 +9,6 @@ SECTION = "libs/network"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -PR = "r1"
> -
NAK ^ you cannot break upgrade path (make version going backwards) just to remove 2 comments.
> SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"
>
>
> @@ -21,6 +19,3 @@ S = "${WORKDIR}/${PN}-${PV}"
>
> inherit autotools
>
> -# Detect and build with correct endianness
> -# CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '', '-DBIG_ENDIAN_ORDER', d)}"
> -
> --
> 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] 4+ messages in thread
* Re: [meta-oe][PATCH] 'Update cyassl bb file'
2014-08-12 11:14 ` Martin Jansa
@ 2014-08-12 16:03 ` Leah
2014-08-12 16:29 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Leah @ 2014-08-12 16:03 UTC (permalink / raw)
To: openembedded-devel
I submitted a recipe to be considered for adding to meta-oe and was told to
make changes. I made the changes and resubmitted and was told "you cannot
break upgrade path (make version going backwards) just to remove 2
comments." I am not sure how else to go about getting my recipe added. Any
assistance would be greatly appreciated.
~Leah
On Tue, Aug 12, 2014 at 5:14 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:
> On Mon, Aug 11, 2014 at 11:32:36AM -0600, lchristina26 wrote:
> > Signed-off-by: lchristina26 <lchristina26@hotmail.com>
> > ---
> > meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 -----
> > 1 file changed, 5 deletions(-)
> >
> > diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > index accc144..441d321 100644
> > --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > @@ -9,8 +9,6 @@ SECTION = "libs/network"
> > LICENSE = "GPLv2"
> > LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> >
> > -PR = "r1"
> > -
>
> NAK ^ you cannot break upgrade path (make version going backwards) just to
> remove 2 comments.
>
> > SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"
> >
> >
> > @@ -21,6 +19,3 @@ S = "${WORKDIR}/${PN}-${PV}"
> >
> > inherit autotools
> >
> > -# Detect and build with correct endianness
> > -# CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '',
> '-DBIG_ENDIAN_ORDER', d)}"
> > -
> > --
> > 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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
--
Leah Thompson
www.wolfssl.com
leah@wolfssl.com
406-570-1389
Skype: lchristina26
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH] 'Update cyassl bb file'
2014-08-12 16:03 ` Leah
@ 2014-08-12 16:29 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-08-12 16:29 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2984 bytes --]
On Tue, Aug 12, 2014 at 10:03:31AM -0600, Leah wrote:
> I submitted a recipe to be considered for adding to meta-oe and was told to
> make changes. I made the changes and resubmitted and was told "you cannot
> break upgrade path (make version going backwards) just to remove 2
> comments." I am not sure how else to go about getting my recipe added. Any
> assistance would be greatly appreciated.
>
> ~Leah
Resubmit whole patch (cyassl addition squashed together with this
change) with v2 added to subject line.
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
From this patch alone it's not clear that cyassl wasn't merged (and it's
not even in master-next queue to be merged).
> On Tue, Aug 12, 2014 at 5:14 AM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
>
> > On Mon, Aug 11, 2014 at 11:32:36AM -0600, lchristina26 wrote:
> > > Signed-off-by: lchristina26 <lchristina26@hotmail.com>
> > > ---
> > > meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 -----
> > > 1 file changed, 5 deletions(-)
> > >
> > > diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > index accc144..441d321 100644
> > > --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > @@ -9,8 +9,6 @@ SECTION = "libs/network"
> > > LICENSE = "GPLv2"
> > > LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> > >
> > > -PR = "r1"
> > > -
> >
> > NAK ^ you cannot break upgrade path (make version going backwards) just to
> > remove 2 comments.
> >
> > > SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"
> > >
> > >
> > > @@ -21,6 +19,3 @@ S = "${WORKDIR}/${PN}-${PV}"
> > >
> > > inherit autotools
> > >
> > > -# Detect and build with correct endianness
> > > -# CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '',
> > '-DBIG_ENDIAN_ORDER', d)}"
> > > -
> > > --
> > > 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
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
>
>
> --
>
> Leah Thompson
> www.wolfssl.com
> leah@wolfssl.com
> 406-570-1389
> Skype: lchristina26
> --
> _______________________________________________
> 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] 4+ messages in thread
end of thread, other threads:[~2014-08-12 16:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 17:32 [meta-oe][PATCH] 'Update cyassl bb file' lchristina26
2014-08-12 11:14 ` Martin Jansa
2014-08-12 16:03 ` Leah
2014-08-12 16:29 ` 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.