From cc6b8261fa47a049e501882e9bfc40f61e603b6f Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Fri, 25 Jan 2013 16:06:56 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git_1.8.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/git/git_1.8.0.2.bb') diff --git a/meta/recipes-devtools/git/git_1.8.0.2.bb b/meta/recipes-devtools/git/git_1.8.0.2.bb index 5e5a23eb75..ae6fc4153f 100644 --- a/meta/recipes-devtools/git/git_1.8.0.2.bb +++ b/meta/recipes-devtools/git/git_1.8.0.2.bb @@ -1,6 +1,6 @@ require git.inc -PR = "r0" +PR = "r1" SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" SRC_URI[md5sum] = "1aca109d4a719fe5bc43d25927fbc7d9" -- cgit v1.2.3