diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-03-16 11:53:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:40 +0000 |
commit | 49f05afa7f9eb300ab9a2e152f6e0dbe3e443890 (patch) | |
tree | da3365bfcbdbeb2a14ad3ddf27b0518942505612 /meta/recipes-devtools/git/git.inc | |
parent | 4fa8a67aa7c2c24158cff344a660e40a49893af6 (diff) | |
download | poky-49f05afa7f9eb300ab9a2e152f6e0dbe3e443890.tar.gz |
git: fix packaging warnings
This commits fixes these packaging warnings
WARNING: For recipe git, the following files/directories were installed
but not shipped in any package:
WARNING: /usr/lib/perl-native
WARNING: /usr/lib/perl-native/perl
WARNING: /usr/lib/perl-native/perl/5.14.2
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/auto
WARNING: /usr/lib/perl-native/perl/5.14.2/auto/Git
WARNING: /usr/lib/perl-native/perl/5.14.2/auto/Git/.packlist
PR not bumped because no change in the output packages.
(From OE-Core rev: b2dcb79c8c713ffb25d49a355fdb1bfa97d3c10d)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index ca13ffd704..be3831b768 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -16,6 +16,7 @@ do_install () { | |||
16 | oe_runmake install DESTDIR="${D}" bindir=${bindir} \ | 16 | oe_runmake install DESTDIR="${D}" bindir=${bindir} \ |
17 | template_dir=${datadir}/git-core/templates \ | 17 | template_dir=${datadir}/git-core/templates \ |
18 | GIT_PYTHON_DIR=${D}${datadir}/git-core/python | 18 | GIT_PYTHON_DIR=${D}${datadir}/git-core/python |
19 | rm -rf ${D}${libdir}/perl-native | ||
19 | } | 20 | } |
20 | 21 | ||
21 | do_install_append_virtclass-native() { | 22 | do_install_append_virtclass-native() { |
@@ -47,6 +48,7 @@ RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" | |||
47 | PACKAGES =+ "${PN}-python" | 48 | PACKAGES =+ "${PN}-python" |
48 | FILES_${PN}-python = "${libdir}/python*" | 49 | FILES_${PN}-python = "${libdir}/python*" |
49 | 50 | ||
51 | |||
50 | # git-tk package with gitk and git-gui | 52 | # git-tk package with gitk and git-gui |
51 | PACKAGES =+ "${PN}-tk" | 53 | PACKAGES =+ "${PN}-tk" |
52 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" | 54 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" |