<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/python, 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-05-04T07:18:33+00:00</updated>
<entry>
<title>python-pygobject: remove the empty pkgconfig directory</title>
<updated>2017-05-04T07:18:33+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2017-04-28T05:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=474eb0daa573e4d26e24e51011fb145da249c6d0'/>
<id>urn:sha1:474eb0daa573e4d26e24e51011fb145da249c6d0</id>
<content type='text'>
The empty pkgconfif directory causes error when run
relocatable_native_pcfiles:

| sed: can't read /path/to/recipe-sysroot-native/usr/lib/pkgconfig/*.pc: No such file or directory

So remove the directory instead of removing the pc file
but left an empty pkgconfig diretory.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-simplejson: relocate to meta-python and add a python3 version</title>
<updated>2017-03-04T11:38:56+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-03-02T16:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=32b0092f6f6bb6687633e24ab44cf0f2ab73c810'/>
<id>urn:sha1:32b0092f6f6bb6687633e24ab44cf0f2ab73c810</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-simplejson: update to version 3.10.0</title>
<updated>2017-02-22T12:16:54+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-02-20T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=67a0e5280ae710bc67121022debae4f322e35e88'/>
<id>urn:sha1:67a0e5280ae710bc67121022debae4f322e35e88</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pygobject: empty the RDEPENDS for native</title>
<updated>2017-01-10T12:12:55+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2016-12-28T10:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1bff71c623373cf261573f23781f68de1992d55b'/>
<id>urn:sha1:1bff71c623373cf261573f23781f68de1992d55b</id>
<content type='text'>
The RDEPENDS for native package is not needed,
and it will fail since there is no provider for
python-importlib-native:

| ERROR: Nothing RPROVIDES 'python-importlib-native'

so empty the RDEPENDS for native package.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pygobject: 3.20.1 -&gt; 3.22.0</title>
<updated>2016-12-26T07:24:53+00:00</updated>
<author>
<name>Huang Qiyu</name>
<email>huangqy.fnst@cn.fujitsu.com</email>
</author>
<published>2016-12-19T22:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d0a8298f52f3556a988ec68ac207191c145cae76'/>
<id>urn:sha1:d0a8298f52f3556a988ec68ac207191c145cae76</id>
<content type='text'>
Upgrade python-pygobject from 3.20.1 to 3.22.0.

Signed-off-by: Huang Qiyu &lt;huangqy.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: add explicit dependencies on gnome-common</title>
<updated>2016-12-02T08:16:18+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-11-23T14:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=533826b7652a2cf86ca7b665c25b98c89afc266e'/>
<id>urn:sha1:533826b7652a2cf86ca7b665c25b98c89afc266e</id>
<content type='text'>
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it,
so add gnome-common to DEPENDS for the recipes that still use it.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-distutils-extra: initial add 2.39</title>
<updated>2016-11-23T14:23:59+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2016-10-31T22:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b24dd42d480c8f4deb1828d4ca55f18acd28148c'/>
<id>urn:sha1:b24dd42d480c8f4deb1828d4ca55f18acd28148c</id>
<content type='text'>
add version for python2 and python3

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pygobject: update to version 3.20.1</title>
<updated>2016-08-15T10:32:01+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-08-10T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6752cba478ab25b96f4183d3513fc1f171d31927'/>
<id>urn:sha1:6752cba478ab25b96f4183d3513fc1f171d31927</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpuset: add new python package</title>
<updated>2016-07-29T08:59:41+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster@mvista.com</email>
</author>
<published>2016-06-25T15:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b813911696254dfe8f22f217904ee4d85c315da1'/>
<id>urn:sha1:b813911696254dfe8f22f217904ee4d85c315da1</id>
<content type='text'>
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>Revert "python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken"</title>
<updated>2016-06-23T13:21:26+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2016-06-21T05:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=016e7480a885b90a3ed2d336b54676d0237b3439'/>
<id>urn:sha1:016e7480a885b90a3ed2d336b54676d0237b3439</id>
<content type='text'>
This reverts commit b0fae32dfc447ef9864e077d05c51bbbf763565b.

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
