]> code.ossystems Code Review - openembedded-core.git/commit
git: remove unpackaged perl-native files
authorWenzong Fan <wenzong.fan@windriver.com>
Fri, 25 Jan 2013 08:06:56 +0000 (16:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:35:49 +0000 (12:35 +0000)
commitcc6b8261fa47a049e501882e9bfc40f61e603b6f
tree10f2c594deb61510a6e859406161f730737889d9
parentcf97241a18284180ff3b8dd880f219d09155bf09
git: remove unpackaged perl-native files

${libdir} is not applicable for the install path of perl-native files,
files are always installed to /usr/lib no matter the target is 32/64
bits. After installing, remove unpackaged and unneeded perl-native
files to prevent warnings.

Fix warning:
    WARNING: For recipe git, the following files/directories were \
        installed but not shipped in any package:
    ...
    WARNING:   /usr/lib/perl-native/perl/5.14.2/Git.pm
    WARNING:   /usr/lib/perl-native/perl/5.14.2/perllocal.pod
    WARNING:   /usr/lib/perl-native/perl/5.14.2/Error.pm
    WARNING:   /usr/lib/perl-native/perl/5.14.2/auto

[YOCTO#3780]

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/git/git.inc
meta/recipes-devtools/git/git_1.8.0.2.bb