All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe MacDonald <Joe_MacDonald@mentor.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH v2] cyassl: add version 3.3.0, remove version 3.1.0
Date: Mon, 29 Dec 2014 13:59:21 -0500	[thread overview]
Message-ID: <20141229185920.GA4672@mentor.com> (raw)
In-Reply-To: <20141229185352.GM2465@jama>

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

Hey Martin,

[Re: [oe] [meta-networking][PATCH v2] cyassl: add version 3.3.0, remove version 3.1.0] On 14.12.29 (Mon 19:53) Martin Jansa wrote:

> On Mon, Dec 29, 2014 at 11:50:30AM -0700, Leah wrote:
> > I was just wondering if this commit was recieved and/or approved?
> 
> Received and not yet approved, look at master-next branch.

I generally try to send out a message when I merge anything to
master-next so as to let the submitter know it's been merged.  I do seem
to be in the minority, but if possible it would also help me out if you
could send an ack when you merge something for meta-networking into
master so I know I can remove it from my working queue.  That usually
only pops up when I've been offline for a few weeks, but it would really
help with managing the mail queue.

Thanks,
-J.

> 
> > Thanks,
> > 
> > Leah
> > 
> > On Mon, Dec 22, 2014 at 2:29 PM, lchristina26 <lchristina26@hotmail.com>
> > wrote:
> > 
> > > Signed-off-by: Leah <lchristina26@hotmail.com>
> > > ---
> > >  .../cyassl/{cyassl_3.1.0.bb => cyassl_3.3.0.bb}                    | 7
> > > ++++---
> > >  1 file changed, 4 insertions(+), 3 deletions(-)
> > >  rename meta-networking/recipes-connectivity/cyassl/{cyassl_3.1.0.bb =>
> > > cyassl_3.3.0.bb} (74%)
> > >
> > > diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> > > similarity index 74%
> > > rename from meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > rename to meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> > > index e3edab6..b6f852d 100644
> > > --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
> > > +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
> > > @@ -1,4 +1,4 @@
> > > -SUMMARY = "CyaSSL Embedded SSL Library"
> > > +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
> > > \
> > > @@ -11,7 +11,8 @@ LIC_FILES_CHKSUM =
> > > "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> > >
> > >  SRC_URI = "http://www.yassl.com/${BP}.zip"
> > >
> > > -SRC_URI[md5sum] = "72477eb50697e759d309c49cb1aef18a"
> > > -SRC_URI[sha256sum] =
> > > "85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e"
> > > +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
> > >
> > >
> > 
> > 
> > -- 
> > 
> > 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



-- 
-Joe MacDonald.
:wq

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

  reply	other threads:[~2014-12-29 18:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-22 21:29 [meta-networking][PATCH v2] cyassl: add version 3.3.0, remove version 3.1.0 lchristina26
2014-12-29 18:50 ` Leah
2014-12-29 18:53   ` Martin Jansa
2014-12-29 18:59     ` Joe MacDonald [this message]
2014-12-29 19:27       ` Martin Jansa
2014-12-29 19:41         ` Joe MacDonald
2014-12-29 23:45           ` Joe MacDonald
2014-12-30  8:25             ` Martin Jansa
2015-01-05 16:29 ` Joe MacDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141229185920.GA4672@mentor.com \
    --to=joe_macdonald@mentor.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.