All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update
@ 2018-02-26 20:16 Justin Bronder
  2018-02-26 20:16 ` [meta-oe][PATCH 2/2] zeromq: " Justin Bronder
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Justin Bronder @ 2018-02-26 20:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index a64745c94..9e8ad5151 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
 DEPENDS = "zeromq"
 
-SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
-PV = "4.1.5+git${SRCPV}"
+PV = "4.2.3"
+SRCREV = "v${PV}"
 
 SRC_URI = "git://github.com/zeromq/cppzmq.git"
 
-- 
2.13.6



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

* [meta-oe][PATCH 2/2] zeromq: 4.2.3 update
  2018-02-26 20:16 [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update Justin Bronder
@ 2018-02-26 20:16 ` Justin Bronder
  2018-02-28  5:52   ` akuster808
  2018-02-28  5:51 ` [meta-oe][PATCH 1/2] cppzmq: " akuster808
  2018-03-01 15:36 ` [meta-oe][PATCH 1/2] " Andreas Oberritter
  2 siblings, 1 reply; 10+ messages in thread
From: Justin Bronder @ 2018-02-26 20:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 .../zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb}                     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb} (78%)

diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
rename to meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
index e126f3239..71d7e7cbf 100644
--- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
+++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1"
 PACKAGECONFIG ??= "libsodium"
 PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium"
 
-SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \
+SRC_URI = "http://github.com/zeromq/libzmq/releases/download/v${PV}/zeromq-${PV}.tar.gz \
     file://run-ptest \
 "
-SRC_URI[md5sum] = "c89db4dbc0b90c34c9f4983cbff6d321"
-SRC_URI[sha256sum] = "02ebf60a43011e770799336365bcbce2eb85569e9b5f52aa0d8cc04672438a0a"
+SRC_URI[md5sum] = "c4e18bd0584ccd34213f152c11f54d6c"
+SRC_URI[sha256sum] = "8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0"
 
 S = "${WORKDIR}/zeromq-${PV}"
 
-- 
2.13.6



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

* Re: [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update
  2018-02-26 20:16 [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update Justin Bronder
  2018-02-26 20:16 ` [meta-oe][PATCH 2/2] zeromq: " Justin Bronder
@ 2018-02-28  5:51 ` akuster808
  2018-02-28 15:27   ` Justin Bronder
  2018-03-01 15:36 ` [meta-oe][PATCH 1/2] " Andreas Oberritter
  2 siblings, 1 reply; 10+ messages in thread
From: akuster808 @ 2018-02-28  5:51 UTC (permalink / raw)
  To: Justin Bronder, openembedded-devel



On 02/26/2018 12:16 PM, Justin Bronder wrote:
> Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> ---
>  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> index a64745c94..9e8ad5151 100644
> --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
>  DEPENDS = "zeromq"
>  
> -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> -PV = "4.1.5+git${SRCPV}"
> +PV = "4.2.3"
If the recipe is renamed to cppzmq_4.2.3.bb, will that work too?

- armin
> +SRCREV = "v${PV}"
>  
>  SRC_URI = "git://github.com/zeromq/cppzmq.git"
>  



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

* Re: [meta-oe][PATCH 2/2] zeromq: 4.2.3 update
  2018-02-26 20:16 ` [meta-oe][PATCH 2/2] zeromq: " Justin Bronder
@ 2018-02-28  5:52   ` akuster808
  2018-02-28 15:30     ` Justin Bronder
  0 siblings, 1 reply; 10+ messages in thread
From: akuster808 @ 2018-02-28  5:52 UTC (permalink / raw)
  To: Justin Bronder, openembedded-devel



On 02/26/2018 12:16 PM, Justin Bronder wrote:
> Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
can you provide high-lights of what is in the update?

- armin
> ---
>  .../zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb}                     | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb} (78%)
>
> diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> similarity index 78%
> rename from meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
> rename to meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> index e126f3239..71d7e7cbf 100644
> --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1"
>  PACKAGECONFIG ??= "libsodium"
>  PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium"
>  
> -SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \
> +SRC_URI = "http://github.com/zeromq/libzmq/releases/download/v${PV}/zeromq-${PV}.tar.gz \
>      file://run-ptest \
>  "
> -SRC_URI[md5sum] = "c89db4dbc0b90c34c9f4983cbff6d321"
> -SRC_URI[sha256sum] = "02ebf60a43011e770799336365bcbce2eb85569e9b5f52aa0d8cc04672438a0a"
> +SRC_URI[md5sum] = "c4e18bd0584ccd34213f152c11f54d6c"
> +SRC_URI[sha256sum] = "8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0"
>  
>  S = "${WORKDIR}/zeromq-${PV}"
>  



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

* Re: cppzmq: 4.2.3 update
  2018-02-28  5:51 ` [meta-oe][PATCH 1/2] cppzmq: " akuster808
@ 2018-02-28 15:27   ` Justin Bronder
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder @ 2018-02-28 15:27 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

On 27/02/18 21:51 -0800, akuster808 wrote:
> 
> 
> On 02/26/2018 12:16 PM, Justin Bronder wrote:
> > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > ---
> >  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > index a64745c94..9e8ad5151 100644
> > --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > @@ -4,8 +4,8 @@ LICENSE = "MIT"
> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
> >  DEPENDS = "zeromq"
> >  
> > -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> > -PV = "4.1.5+git${SRCPV}"
> > +PV = "4.2.3"
> If the recipe is renamed to cppzmq_4.2.3.bb, will that work too?

Keep the patch and also rename?  Yeah, I'd find that more clear but I wasn't
sure if using the git checkout (and hence _git suffix) was a feature so I didn't
want to change it.

> 
> - armin
> > +SRCREV = "v${PV}"
> >  
> >  SRC_URI = "git://github.com/zeromq/cppzmq.git"
> >  
> 

-- 
Justin Bronder


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

* Re: zeromq: 4.2.3 update
  2018-02-28  5:52   ` akuster808
@ 2018-02-28 15:30     ` Justin Bronder
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder @ 2018-02-28 15:30 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

On 27/02/18 21:52 -0800, akuster808 wrote:
> 
> 
> On 02/26/2018 12:16 PM, Justin Bronder wrote:
> > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> can you provide high-lights of what is in the update?

Just getting to 4.2 brings in quite a bit [1] with 4.2.3 providing a lot of bug
fixes.  The claim from upstream, validated by my own limited use, is that 4.2 is
backwards compatible all the way to 2.2.0 [2].

1. https://github.com/zeromq/libzmq/releases/tag/v4.2.0
2. http://zeromq.org/intro:get-the-software

> 
> - armin
> > ---
> >  .../zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb}                     | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.1.6.bb => zeromq_4.2.3.bb} (78%)
> >
> > diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> > similarity index 78%
> > rename from meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
> > rename to meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> > index e126f3239..71d7e7cbf 100644
> > --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.6.bb
> > +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb
> > @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1"
> >  PACKAGECONFIG ??= "libsodium"
> >  PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium"
> >  
> > -SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \
> > +SRC_URI = "http://github.com/zeromq/libzmq/releases/download/v${PV}/zeromq-${PV}.tar.gz \
> >      file://run-ptest \
> >  "
> > -SRC_URI[md5sum] = "c89db4dbc0b90c34c9f4983cbff6d321"
> > -SRC_URI[sha256sum] = "02ebf60a43011e770799336365bcbce2eb85569e9b5f52aa0d8cc04672438a0a"
> > +SRC_URI[md5sum] = "c4e18bd0584ccd34213f152c11f54d6c"
> > +SRC_URI[sha256sum] = "8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0"
> >  
> >  S = "${WORKDIR}/zeromq-${PV}"
> >  
> 

-- 
Justin Bronder


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

* Re: [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update
  2018-02-26 20:16 [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update Justin Bronder
  2018-02-26 20:16 ` [meta-oe][PATCH 2/2] zeromq: " Justin Bronder
  2018-02-28  5:51 ` [meta-oe][PATCH 1/2] cppzmq: " akuster808
@ 2018-03-01 15:36 ` Andreas Oberritter
  2018-03-01 15:47   ` Justin Bronder
  2 siblings, 1 reply; 10+ messages in thread
From: Andreas Oberritter @ 2018-03-01 15:36 UTC (permalink / raw)
  To: Justin Bronder; +Cc: openembedded-devel

Hi Justin,

On Mon, 26 Feb 2018 15:16:04 -0500
Justin Bronder <jsbronder@cold-front.org> wrote:

> Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> ---
>  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> index a64745c94..9e8ad5151 100644
> --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
>  DEPENDS = "zeromq"
>  
> -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> -PV = "4.1.5+git${SRCPV}"
> +PV = "4.2.3"
> +SRCREV = "v${PV}"

we usually don't use tags in SRCREV, because tags may change over time, and
therefore bitbake has to query the server each time it parses the recipe, IIRC.

Regards,
Andreas


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

* Re: cppzmq: 4.2.3 update
  2018-03-01 15:36 ` [meta-oe][PATCH 1/2] " Andreas Oberritter
@ 2018-03-01 15:47   ` Justin Bronder
  2018-03-01 16:14     ` Andreas Oberritter
  0 siblings, 1 reply; 10+ messages in thread
From: Justin Bronder @ 2018-03-01 15:47 UTC (permalink / raw)
  To: Andreas Oberritter; +Cc: openembedded-devel

On 01/03/18 16:36 +0100, Andreas Oberritter wrote:
> Hi Justin,
> 
> On Mon, 26 Feb 2018 15:16:04 -0500
> Justin Bronder <jsbronder@cold-front.org> wrote:
> 
> > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > ---
> >  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > index a64745c94..9e8ad5151 100644
> > --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > @@ -4,8 +4,8 @@ LICENSE = "MIT"
> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
> >  DEPENDS = "zeromq"
> >  
> > -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> > -PV = "4.1.5+git${SRCPV}"
> > +PV = "4.2.3"
> > +SRCREV = "v${PV}"
> 
> we usually don't use tags in SRCREV, because tags may change over time, and
> therefore bitbake has to query the server each time it parses the recipe, IIRC.

Ok.  Should I submit a v2 with the file rename that akuster808 suggested and
pulling a tarball instead?


-- 
Justin Bronder


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

* Re: cppzmq: 4.2.3 update
  2018-03-01 15:47   ` Justin Bronder
@ 2018-03-01 16:14     ` Andreas Oberritter
  2018-03-02 20:32       ` Justin Bronder
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Oberritter @ 2018-03-01 16:14 UTC (permalink / raw)
  To: Justin Bronder; +Cc: openembedded-devel

On Thu, 1 Mar 2018 10:47:02 -0500
Justin Bronder <jsbronder@cold-front.org> wrote:

> On 01/03/18 16:36 +0100, Andreas Oberritter wrote:
> > Hi Justin,
> > 
> > On Mon, 26 Feb 2018 15:16:04 -0500
> > Justin Bronder <jsbronder@cold-front.org> wrote:
> >   
> > > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > > ---
> > >  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > index a64745c94..9e8ad5151 100644
> > > --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > @@ -4,8 +4,8 @@ LICENSE = "MIT"
> > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
> > >  DEPENDS = "zeromq"
> > >  
> > > -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> > > -PV = "4.1.5+git${SRCPV}"
> > > +PV = "4.2.3"
> > > +SRCREV = "v${PV}"  
> > 
> > we usually don't use tags in SRCREV, because tags may change over time, and
> > therefore bitbake has to query the server each time it parses the recipe, IIRC.  
> 
> Ok.  Should I submit a v2 with the file rename that akuster808 suggested and
> pulling a tarball instead?

I'd say keep the filename and just update PV to 4.2.3+git${SRCPV} in v2. This
reduces the number of changed lines in case SRCREV gets advanced to a commit
between 4.2.3 and a future release.

Regards,
Andreas


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

* Re: cppzmq: 4.2.3 update
  2018-03-01 16:14     ` Andreas Oberritter
@ 2018-03-02 20:32       ` Justin Bronder
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Bronder @ 2018-03-02 20:32 UTC (permalink / raw)
  To: Andreas Oberritter; +Cc: openembedded-devel

On 01/03/18 17:14 +0100, Andreas Oberritter wrote:
> On Thu, 1 Mar 2018 10:47:02 -0500
> Justin Bronder <jsbronder@cold-front.org> wrote:
> 
> > On 01/03/18 16:36 +0100, Andreas Oberritter wrote:
> > > Hi Justin,
> > > 
> > > On Mon, 26 Feb 2018 15:16:04 -0500
> > > Justin Bronder <jsbronder@cold-front.org> wrote:
> > >   
> > > > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > > > ---
> > > >  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++--
> > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > 
> > > > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > > index a64745c94..9e8ad5151 100644
> > > > --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > > +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> > > > @@ -4,8 +4,8 @@ LICENSE = "MIT"
> > > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
> > > >  DEPENDS = "zeromq"
> > > >  
> > > > -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
> > > > -PV = "4.1.5+git${SRCPV}"
> > > > +PV = "4.2.3"
> > > > +SRCREV = "v${PV}"  
> > > 
> > > we usually don't use tags in SRCREV, because tags may change over time, and
> > > therefore bitbake has to query the server each time it parses the recipe, IIRC.  
> > 
> > Ok.  Should I submit a v2 with the file rename that akuster808 suggested and
> > pulling a tarball instead?
> 
> I'd say keep the filename and just update PV to 4.2.3+git${SRCPV} in v2. This
> reduces the number of changed lines in case SRCREV gets advanced to a commit
> between 4.2.3 and a future release.

Thanks, v2 sent.

-- 
Justin Bronder


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

end of thread, other threads:[~2018-03-02 20:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 20:16 [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update Justin Bronder
2018-02-26 20:16 ` [meta-oe][PATCH 2/2] zeromq: " Justin Bronder
2018-02-28  5:52   ` akuster808
2018-02-28 15:30     ` Justin Bronder
2018-02-28  5:51 ` [meta-oe][PATCH 1/2] cppzmq: " akuster808
2018-02-28 15:27   ` Justin Bronder
2018-03-01 15:36 ` [meta-oe][PATCH 1/2] " Andreas Oberritter
2018-03-01 15:47   ` Justin Bronder
2018-03-01 16:14     ` Andreas Oberritter
2018-03-02 20:32       ` Justin Bronder

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.