]> code.ossystems Code Review - openembedded-core.git/commit
perl: Fix package qa rpath warnings.
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 1 Jul 2011 18:51:15 +0000 (11:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2011 22:07:56 +0000 (23:07 +0100)
commita67e0c0e01a22718a617a82f54575b77928249ee
treeb58905c2702108d8cfe007963c8745062a2607c4
parentc4eb1e7659a7f9f2791f1fdd5b0b22e7a5e423b0
perl: Fix package qa rpath warnings.

Fix these kinds of Package QA warnings before they are converted into fetal errors:

WARNING: QA Issue: package perl-module-compress contains bad RPATH /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib in file /build_disk/poky_build/build0/tmp/work/i586-poky-linux/perl-5.12.3-r1/packages-split/perl-module-compress/usr/lib/perl/5.12.3/auto/Compress/Raw/Zlib/Zlib.so

This fixes this warning for perl recipe as well as libxml-parser-perl recipe.
It is a fix to MakeMaker within perl, so all such perl recipes will get
fixed with this perl fix.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-devtools/perl/perl-5.12.3/fix_bad_rpath.patch [new file with mode: 0644]
meta/recipes-devtools/perl/perl_5.12.3.bb