<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python, branch fido-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-03-09T19:11:13+00:00</updated>
<entry>
<title>python-m2crypto: fix SSLv2 symbol issue</title>
<updated>2016-03-09T19:11:13+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster@mvista.com</email>
</author>
<published>2016-03-07T22:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=902964a4da26e46018d2a8d17dcdda1ac4627a39'/>
<id>urn:sha1:902964a4da26e46018d2a8d17dcdda1ac4627a39</id>
<content type='text'>
ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method

disable using SSLv2_method if not supported in openssl. This is now the case
with the advent of CVE-2016-0800

Signed-off-by: Armin Kuster &lt;akuster@mvista.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyzmq: Add python-multiprocessing in RDEPENDS</title>
<updated>2015-09-18T12:07:50+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2015-09-10T18:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=54d8915b29fbb7f96d83bba19ecf1a21b1ef6354'/>
<id>urn:sha1:54d8915b29fbb7f96d83bba19ecf1a21b1ef6354</id>
<content type='text'>
Fix the following runtime error:

&gt;&gt;&gt; import zmq
Traceback (most recent call last):
File "&lt;stdin&gt;", line 1, in &lt;module&gt;
File "/usr/lib/python2.7/site-packages/zmq/__init__.py", line 53, in
&lt;module&gt;
from zmq import devices
File "/usr/lib/python2.7/site-packages/zmq/devices/__init__.py", line 7,
in &lt;module&gt;
from zmq.devices import basedevice, proxydevice, monitoredqueue,
monitoredqueuedevice
File "/usr/lib/python2.7/site-packages/zmq/devices/basedevice.py", line
9, in &lt;module&gt;
from multiprocessing import Process
ImportError: No module named multiprocessing

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cffi/python-pycparser: enable native build</title>
<updated>2015-09-18T12:07:43+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2015-04-16T15:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=01c6d2fbabfba0a6776ef7fefa49595b7d121d20'/>
<id>urn:sha1:01c6d2fbabfba0a6776ef7fefa49595b7d121d20</id>
<content type='text'>
Signed-off-by: Tim Orling &lt;TicoTimo@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gateone: Fix QA warnings</title>
<updated>2015-08-03T16:06:58+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-04-05T12:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e77c677195e094aa92fe39dde0dea45eec3d5f5e'/>
<id>urn:sha1:e77c677195e094aa92fe39dde0dea45eec3d5f5e</id>
<content type='text'>
WARNING: QA Issue: gateone requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fido README: update maintainers list</title>
<updated>2015-04-13T11:10:53+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-04-04T16:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3082e30da58df0711182cf114c71a8c6a093aeae'/>
<id>urn:sha1:3082e30da58df0711182cf114c71a8c6a093aeae</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyopenssl: Downgrade to 0.13</title>
<updated>2015-04-13T10:55:49+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-27T22:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6a0641398d4b161253afe9bfd744ce0fd5950bc6'/>
<id>urn:sha1:6a0641398d4b161253afe9bfd744ce0fd5950bc6</id>
<content type='text'>
Version 0.14 depends python-cryptography, which is
currently unavailable in meta-openembedded.

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyopenssl: move to meta-python</title>
<updated>2015-04-13T10:55:49+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-27T22:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c9e06339057d8999bd0e056e679368c1a2fab013'/>
<id>urn:sha1:c9e06339057d8999bd0e056e679368c1a2fab013</id>
<content type='text'>
Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gateone: move to meta-python</title>
<updated>2015-04-13T10:55:49+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-27T22:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d1f5abc3e6b0b0737dc7d7fadc95e6600f122d36'/>
<id>urn:sha1:d1f5abc3e6b0b0737dc7d7fadc95e6600f122d36</id>
<content type='text'>
Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cffi: Foreign Function Interface for Python calling C code, version 0.9.2</title>
<updated>2015-04-13T10:55:48+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-26T18:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9e754c3e23247609e24d6bf268dba05b6266c167'/>
<id>urn:sha1:9e754c3e23247609e24d6bf268dba05b6266c167</id>
<content type='text'>
Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pycparser: Parser of the C language, written in pure Python, version 2.10</title>
<updated>2015-04-13T10:55:48+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-26T18:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8852273d701480921955df64d8e0faefb8da10e3'/>
<id>urn:sha1:8852273d701480921955df64d8e0faefb8da10e3</id>
<content type='text'>
Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
