<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/zeromq, branch pyro</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-04-24T09:00:52+00:00</updated>
<entry>
<title>zeromq: Upgrade to 4.1.6</title>
<updated>2017-04-24T09:00:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-04-06T01:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=71feffbdfdf691bd1b96b50b1bf465a7467a5c14'/>
<id>urn:sha1:71feffbdfdf691bd1b96b50b1bf465a7467a5c14</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cppzmq: derive PV from SRCPV</title>
<updated>2017-01-25T14:59:59+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2017-01-18T22:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=68548d456495938a4d618d4093dd3cb735a21c92'/>
<id>urn:sha1:68548d456495938a4d618d4093dd3cb735a21c92</id>
<content type='text'>
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: fix indentation</title>
<updated>2016-08-22T13:56:28+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-08-18T16:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=289217bbc3c5c53f486ab5615a6d6196e3c12cf2'/>
<id>urn:sha1:289217bbc3c5c53f486ab5615a6d6196e3c12cf2</id>
<content type='text'>
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
  http://www.openembedded.org/wiki/Styleguide

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: Standardize use of "_append" versus use of "+="</title>
<updated>2016-08-22T13:49:29+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2016-08-18T09:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=107689a13348d5c1030bbdf03917ebcb143d2018'/>
<id>urn:sha1:107689a13348d5c1030bbdf03917ebcb143d2018</id>
<content type='text'>
Remove superfluous "+=", then manually add necessary leading space.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>zeromq: Update to version 4.1.5.</title>
<updated>2016-07-29T09:00:55+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2016-07-13T17:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d0c4bdc2fa5b3f4d00d5c1160088197114deb4d5'/>
<id>urn:sha1:d0c4bdc2fa5b3f4d00d5c1160088197114deb4d5</id>
<content type='text'>
Added PACKAGECONFIG to use libsodium instead of builtin tweetnacl.

Compiling with current master led to:

| ../zeromq-4.1.5/src/ctx.cpp:50:28: fatal error: randombytes.h: No such file or directory
|  #   include "randombytes.h"
|                             ^
| compilation terminated.
| Makefile:2573: recipe for target 'src/libzmq_la-ctx.lo' failed
| make[1]: *** [src/libzmq_la-ctx.lo] Error 1
| make[1]: *** Waiting for unfinished jobs....
| In file included from ../zeromq-4.1.5/src/curve_client.cpp:41:0:
| ../zeromq-4.1.5/src/curve_client.hpp:39:31: fatal error: tweetnacl_base.h: No such file or directory
|  #   include "tweetnacl_base.h"
|                                ^
| compilation terminated.

Using external libsodium works around this. The default for PACKAGECONFIG is
set to use external libsodium so the recipe builds.

Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cppzmq: Bump rev.</title>
<updated>2016-02-25T16:47:28+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2016-02-22T19:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6706871ee6c551c2e09afcc5abf00c13e07ac536'/>
<id>urn:sha1:6706871ee6c551c2e09afcc5abf00c13e07ac536</id>
<content type='text'>
Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>zeromq: Update to 4.1.4.</title>
<updated>2016-02-25T16:47:27+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2016-02-22T19:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a8576f6d8b105dd4cca4b7a1a93560ae748231a9'/>
<id>urn:sha1:a8576f6d8b105dd4cca4b7a1a93560ae748231a9</id>
<content type='text'>
* This resolves a build error due to libsodium update.

Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cppzmq: Bump rev.</title>
<updated>2015-08-31T17:51:38+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2015-08-20T17:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d614260cae90c1675d56cef7ea9d1665d4393b2'/>
<id>urn:sha1:1d614260cae90c1675d56cef7ea9d1665d4393b2</id>
<content type='text'>
Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>zeromq: upgrade to 4.1.3</title>
<updated>2015-08-31T17:48:01+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2015-08-20T05:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b0b6ae9cc54c8b06bdbc2944bb82cffd384dd6b3'/>
<id>urn:sha1:b0b6ae9cc54c8b06bdbc2944bb82cffd384dd6b3</id>
<content type='text'>
4.1.3 has the dependence on libsodium,
4.1.3 asks pkgconfig bbclass to configure,
add a target to build ptest, since the orignial check will build and run
which is not suitable for cross-compile, and change the ptest installation
directories

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>zeromq: following ptest formatting</title>
<updated>2014-09-26T03:42:53+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-09-09T05:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9c7899e0df435655870798c15580b1c0967ca30c'/>
<id>urn:sha1:9c7899e0df435655870798c15580b1c0967ca30c</id>
<content type='text'>
Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
