[OE-core] [PATCH 7/7] git: fix packaging warnings

Paul Menzel paulepanter at users.sourceforge.net
Sat Mar 17 10:16:05 UTC 2012


Dear Nitin,


Am Freitag, den 16.03.2012, 12:00 -0700 schrieb nitin.a.kamble at intel.com:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> 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 bumber because no change in the output packages.

bumpe*d*

> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  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 ca13ffd..be3831b 100644
> --- a/meta/recipes-devtools/git/git.inc
> +++ b/meta/recipes-devtools/git/git.inc
> @@ -16,6 +16,7 @@ do_install () {
>  	oe_runmake install DESTDIR="${D}" bindir=${bindir} \
>  		template_dir=${datadir}/git-core/templates \
>  		GIT_PYTHON_DIR=${D}${datadir}/git-core/python
> +	rm -rf ${D}${libdir}/perl-native
>  }
>  
>  do_install_append_virtclass-native() {
> @@ -47,6 +48,7 @@ RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
>  PACKAGES =+ "${PN}-python"
>  FILES_${PN}-python = "${libdir}/python*"
>  
> +

This extra line seems to have been snuck in.

>  # git-tk package with gitk and git-gui
>  PACKAGES =+ "${PN}-tk"
>  #RDEPENDS_${PN}-tk = "${PN} tk tcl"


Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120317/4081fd13/attachment-0002.sig>


More information about the Openembedded-core mailing list