[OE-core] [PATCH] git: add site_perl to packaged files to fix QA install error

Phil Blundell pb at pbcl.net
Sun Jan 31 21:40:39 UTC 2016


On Sun, 2016-01-31 at 13:27 -0500, Paul Gortmaker wrote:
>  FILES_${PN}-perltools += " \
>      ${PERLTOOLS} \
>      ${libdir}/perl \
> +    ${libdir}/site_perl \
>      ${datadir}/perl \

It seems a bit wrong for git (or any other package) to be installing
itself into site-perl.  That path is meant to be for stuff installed
locally via cpan, right?

So, rather than patching the FILES to accept site-perl I think it would
be better to find out why git is suddenly putting stuff there and stop
it.  For what it's worth, I just built git from oe-core master and
didn't see this problem so it's possible that the breakage is being
caused by something outside oe-core itself.

p.





More information about the Openembedded-core mailing list