<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-extended, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-05-17T16:42:55Z</updated>
<entry>
<title>xinetd: Update to 2.3.15</title>
<updated>2012-05-17T16:42:55Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-05-16T19:39:31Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=17d7f2a9ee4c56bc697f05a8e703ddb02c262d99'/>
<id>urn:sha1:17d7f2a9ee4c56bc697f05a8e703ddb02c262d99</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>task-core-lsb: Add libgdk-pixbuf-xlib to core-image-lsb</title>
<updated>2012-05-11T16:59:38Z</updated>
<author>
<name>Xiaofeng Yan</name>
<email>xiaofeng.yan@windriver.com</email>
</author>
<published>2012-05-11T07:23:12Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e79f19ef4fb59d6dc14ea139d4e4b132add80842'/>
<id>urn:sha1:e79f19ef4fb59d6dc14ea139d4e4b132add80842</id>
<content type='text'>
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \
which are created by gdk-pixbuf_2.24.1.bb.
So add this library to core-image-lsb for passing lsb test.

[RP: Fix whitespace]
Signed-off-by: Xiaofeng Yan &lt;xiaofeng.yan@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sed: Explicitly disable acl for deterministic builds</title>
<updated>2012-05-08T13:44:38Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-05-04T11:28:42Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=8a0edae0b1aa94f73445070659d1640d97cbf1cb'/>
<id>urn:sha1:8a0edae0b1aa94f73445070659d1640d97cbf1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mc: Update to 4.8.3</title>
<updated>2012-05-03T14:00:28Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-04-30T18:26:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b947c322efbe6984467717004105e2f8ed7588d8'/>
<id>urn:sha1:b947c322efbe6984467717004105e2f8ed7588d8</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>iptables: upgrade to version 1.4.13</title>
<updated>2012-05-01T10:55:41Z</updated>
<author>
<name>Dongxiao Xu</name>
<email>dongxiao.xu@intel.com</email>
</author>
<published>2012-04-27T08:25:44Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=90f32e0fffaef55415088f523e282ca3c08fa7ee'/>
<id>urn:sha1:90f32e0fffaef55415088f523e282ca3c08fa7ee</id>
<content type='text'>
Remove a patch since it is already in upstream.

Signed-off-by: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
</content>
</entry>
<entry>
<title>sysstat: Upgrade to 10.0.3</title>
<updated>2012-04-24T14:51:35Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-04-19T00:27:30Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=204a0fda526d245382286287a0c361c7f7bbeb80'/>
<id>urn:sha1:204a0fda526d245382286287a0c361c7f7bbeb80</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>gzip: Use update-alternatives class</title>
<updated>2012-04-24T14:51:33Z</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2012-04-16T16:15:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e0626a0270fb0f4ff128e761c13d44162723434c'/>
<id>urn:sha1:e0626a0270fb0f4ff128e761c13d44162723434c</id>
<content type='text'>
Switch to using the update-alternatives class.  Need this for
consistency and to ensure the necessary package provides get set.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>findutils: Use update-alternatives</title>
<updated>2012-04-24T14:51:33Z</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2012-04-16T16:04:50Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=be2dbd1abfb4e0e6989d1c34c09047e439d8194e'/>
<id>urn:sha1:be2dbd1abfb4e0e6989d1c34c09047e439d8194e</id>
<content type='text'>
Change to using update-alternatives to ensure that we're consistently
using the class, and the package provides are being setup properly.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>shadow: Use update-alternatives</title>
<updated>2012-04-24T14:51:33Z</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2012-04-14T00:13:50Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=cb27e78bfc059d6878dcda8b7a27a078f7a871e4'/>
<id>urn:sha1:cb27e78bfc059d6878dcda8b7a27a078f7a871e4</id>
<content type='text'>
Switch to using ALTERNATIVE_LINKS to ensure the update-alternatives are setup
properly, along with the package provides.

[RP: Fix links so as not to need the bbclass changes]
Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>net-tools: Use update-alternatives</title>
<updated>2012-04-24T10:38:17Z</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2012-04-13T23:43:04Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=9f44708774cdcf623700b336d5a3a7bc40f91f0a'/>
<id>urn:sha1:9f44708774cdcf623700b336d5a3a7bc40f91f0a</id>
<content type='text'>
Switch to using ALTERNATIVE_LINKS to ensure the update-alternatives are setup
properly, along with the package provides.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
</feed>
