<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-perl, branch fido</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-04-13T11:10:53+00:00</updated>
<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>adduser: add new recipe</title>
<updated>2015-01-15T15:37:56+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-01-12T03:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2fbc57e10562a809e20a7be93c76d9f08a88ea5f'/>
<id>urn:sha1:2fbc57e10562a809e20a7be93c76d9f08a88ea5f</id>
<content type='text'>
This is a utility from debain to add users/groups to the system,
which is actually a perl wrapper of the useradd/groupadd command.

We want this to replace the same commands provided by busybox.

Homepage: https://alioth.debian.org/projects/adduser

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>libnet-dns-perl: move package to mete-perl.</title>
<updated>2014-12-19T19:10:57+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2014-12-15T16:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4a8fc6c6e179aa6abd9839e31945a8cbb1a441c2'/>
<id>urn:sha1:4a8fc6c6e179aa6abd9839e31945a8cbb1a441c2</id>
<content type='text'>
please consider this package for meta-perl.

No real need for this to be in meta-security

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcurses-perl: move to meta-perl</title>
<updated>2014-12-19T19:10:56+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2014-12-15T16:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ec0c95f00ad05438ed0e691433cb75be6c00e3ad'/>
<id>urn:sha1:ec0c95f00ad05438ed0e691433cb75be6c00e3ad</id>
<content type='text'>
please consider this for meta-perl. I would like to move it from
meta-security to common location. This also updates to latest.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libhtml-parser-perl: move package from meta-security to meta-perl</title>
<updated>2014-12-19T19:10:56+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2014-12-15T16:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0d3e50468c0908ebbd5e986fa0963d46c06ab370'/>
<id>urn:sha1:0d3e50468c0908ebbd5e986fa0963d46c06ab370</id>
<content type='text'>
please consider this common package for meta-perl.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnet-ssleay-perl: avoid host contamination</title>
<updated>2014-12-09T10:37:05+00:00</updated>
<author>
<name>Kang Kai</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2014-12-01T07:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5413dbaf5421b4d848b669b8e07da02f0e877c63'/>
<id>urn:sha1:5413dbaf5421b4d848b669b8e07da02f0e877c63</id>
<content type='text'>
Check the configure log, libnet-ssleay-perl uses host's openssl:

*** Found OpenSSL-1.0.1 installed in /usr

Export OPENSSL_PREFIX to find the native openssl to use.

Replace library pathes '/lib', '/usr/lib' and header path with correct
staging pathes at same time.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-perl: Add LAYERVERSION and LAYERDEPENDS</title>
<updated>2014-11-28T12:41:26+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-11-26T05:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8d2b47a06450bd0829d046ee1a7e2d4972e30bd2'/>
<id>urn:sha1:8d2b47a06450bd0829d046ee1a7e2d4972e30bd2</id>
<content type='text'>
According to README, it depends on oe-core layer

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>meta-perl: fix for eglibc-gconvs</title>
<updated>2014-09-26T03:42:53+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2014-09-15T14:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d3f979c07e344828ed7bc9686f61882a22cf78ca'/>
<id>urn:sha1:d3f979c07e344828ed7bc9686f61882a22cf78ca</id>
<content type='text'>
There is no eglibc-gconvs now, but glibc-gconvs.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmodule-pluggable-perl: add 5.1</title>
<updated>2014-09-01T09:37:12+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2014-08-28T05:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6b881ba6fd3e828021c266d3bd9c7a606d120858'/>
<id>urn:sha1:6b881ba6fd3e828021c266d3bd9c7a606d120858</id>
<content type='text'>
* Module::Pluggable - automatically give your module the ability to have plugins

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>libmime-types-perl: add recipe</title>
<updated>2014-08-21T19:35:05+00:00</updated>
<author>
<name>Kang Kai</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2014-08-14T09:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ffe0b3cc750eaba6f8608a0ee8deca49f3d7d524'/>
<id>urn:sha1:ffe0b3cc750eaba6f8608a0ee8deca49f3d7d524</id>
<content type='text'>
Add recipe for libmime-types-perl. Enable to create ptest sub-package at
same time.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
