<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/perl/perl-native_5.12.2.bb, branch pyro-nfvaccess</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=pyro-nfvaccess</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=pyro-nfvaccess'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-04-28T09:44:22+00:00</updated>
<entry>
<title>perl: upgrade from 5.12.2 to 5.12.3</title>
<updated>2011-04-28T09:44:22+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-04-24T02:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=829b985eb5c329772db49da9838530a639cb2638'/>
<id>urn:sha1:829b985eb5c329772db49da9838530a639cb2638</id>
<content type='text'>
And changed the perl tarball URL to more stable cpan location.

(From OE-Core rev: 3a08c401f298095840a2aee9079845f5ff434410)

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha</title>
<updated>2011-03-23T15:43:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-03-18T05:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0af5e136678c4735c85f81538a11fb5e6c489b9d'/>
<id>urn:sha1:0af5e136678c4735c85f81538a11fb5e6c489b9d</id>
<content type='text'>
Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and
/lib/${arch}-linux-gnu so we need that to be added to glibpth in
Configure.

Currently we set LD=ld in environment for recipes inheriting native
class. This overrides the LD settings in the Makefiles of perl and
it tries to link by calling ld which does not work since its using
-l&lt;x&gt; on commandline and ubuntu linker seems not to look into
the new location for these libraries. Its better to use gcc for linking
here anyway

[With tweak from Tom Rini to use CCLD, not LD]
(From OE-Core rev: 8ba700a4c593fd52bd01b6272b4c8285a71964f7)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>perl: another set of parallel build fixes</title>
<updated>2011-03-11T23:07:33+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-03-11T18:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4817a48523f5da6eb5814c7aafa99cee471c2832'/>
<id>urn:sha1:4817a48523f5da6eb5814c7aafa99cee471c2832</id>
<content type='text'>
[YOCTO #784]

Imported more commits from the perl upstream tree

(From OE-Core rev: c3b74b0c3833541ab5e89a7f9597f1ef8a413a70)

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>perl: import parallel build fixes from upstream git tree</title>
<updated>2011-02-24T22:34:48+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-02-23T21:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9eb9125de80d0f0865fa158fd220663be5e1efb0'/>
<id>urn:sha1:9eb9125de80d0f0865fa158fd220663be5e1efb0</id>
<content type='text'>
The parallel build issue is fixed in the upstream perl git tree
differently. Replacing our fix with the upstream fix.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>perl-native: fix parallel build</title>
<updated>2011-02-17T23:19:39+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-02-17T00:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=265bd1ce61e3f7089e919a409e4923fcf062dae5'/>
<id>urn:sha1:265bd1ce61e3f7089e919a409e4923fcf062dae5</id>
<content type='text'>
perl native recipe was failing on 40-way system with the parallel build turned
on. With this patch the parallel build on 40 way build system is not failing.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;

Passed 31 clean/build cycles on the 40-way.

Tested-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>perl perl-native: turn on parallel make</title>
<updated>2011-02-16T19:55:08+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-02-16T19:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7b9ae9c045e9da592fa3d393561833774f6eeef3'/>
<id>urn:sha1:7b9ae9c045e9da592fa3d393561833774f6eeef3</id>
<content type='text'>
tested this on all architectures, and build works fine.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "perl-native: Update for userelocatableinc and non-shared libperl"</title>
<updated>2011-02-01T23:20:47+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-02-01T23:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c7c4c6678b64192eb5eccc8c1385b6d9262f8df7'/>
<id>urn:sha1:c7c4c6678b64192eb5eccc8c1385b6d9262f8df7</id>
<content type='text'>
This reverts commit fe59ca31ac267ecd2dc3a8f2fb9ad5297b88f62c.

This broke builds for various people as reported in the bugzilla and on the
mailing list so we're reverting the change until Tom has a chance to make it
work properly for 5.12 (5.10 seems to work differently).

The DEPENDS change is left in since that part was valid.
</content>
</entry>
<entry>
<title>perl-native: Update for userelocatableinc and non-shared libperl</title>
<updated>2011-01-31T16:29:50+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-01-28T21:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fe59ca31ac267ecd2dc3a8f2fb9ad5297b88f62c'/>
<id>urn:sha1:fe59ca31ac267ecd2dc3a8f2fb9ad5297b88f62c</id>
<content type='text'>
Rather than using a wrapper switch to using upstreams support for
relocation.  While in here, bring in the mangling to use
/usr/bin/env perl rather than /full/path/to in order to work
in deep directory paths.

Also drop the DEPENDS on gpbm and db since we disable these in the configure
and don't use them.

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>perl-native: Ensure the wrapper appends to any existing PERL5LIB</title>
<updated>2011-01-17T15:15:13+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-01-17T15:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a7fa6dbb91e48158680e5f934289e28119862cdc'/>
<id>urn:sha1:a7fa6dbb91e48158680e5f934289e28119862cdc</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>perl-native: Wrap the perl binary and set the LIB directory correctly removing the need to hardcode the paths and rebuild it</title>
<updated>2011-01-12T17:29:40+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-01-12T17:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fad5c8a33284902f66a05d1df5c7b7617eabfded'/>
<id>urn:sha1:fad5c8a33284902f66a05d1df5c7b7617eabfded</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
