[oe] [RFC/PATCH] Perl 5.10.1 and a bunch of modules

Roman I Khimov roman at khimov.ru
Thu Mar 18 21:23:25 UTC 2010


В сообщении от Пятница 19 марта 2010 00:04:30 автор Roman I Khimov написал:
> В сообщении от Четверг 18 марта 2010 23:47:01 автор Roman I Khimov написал:
> > No. You mean, this one?
> > http://git.pokylinux.org/cgit.cgi/poky/commit/?id=ca5f36ee6ad756e1e540288
> >a5 6a504c1d8ecc7a3
> >
> > Looks like a good thing to have, so if Richard will push it to OE.dev I
> > can do a rebase of my patchset.
> 
> Actually, the better sequence is
>  * drop 5.8.4 and 5.8.7
>  * bring in staging changes
>  * bring in 5.10.1
> 
> I'll prepare 5.8.4/5.8.7 removal patch.

Updated rik/perl-5.10 branch with removal patch, please ACK.

BTW, if it's not intentional, the commit mentioned above has a bug in cpan-
base in

-    if is_new_perl(d) == "yes":
-             libdirs = libdir + '/perl5'
-    else:
-                libdirs = libdir + '/*/*/perl5'
+    libdirs = libdir + '/*/*/perl5'

Shouldn't it be

+    libdirs = libdir + '/perl5'

as we're left with new perl only?

-- 
 http://roman.khimov.ru
mailto: roman at khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100319/af96546c/attachment-0002.sig>


More information about the Openembedded-devel mailing list