]> code.ossystems Code Review - openembedded-core.git/commit
git: fix installed-vs-shipped QA Issue
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 19 Feb 2016 05:54:44 +0000 (00:54 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:34 +0000 (11:32 +0000)
commit2b82a475a7c8310f432b872e9d1e5eca262a03ee
tree943c3eddba02e0359f0087ba4433ccdfb29ea8af
parent9409c7e7202fe96b55f44a133ba68690bb192da2
git: fix installed-vs-shipped QA Issue

Since commit set default libexecdir to $prefix/libexec
...
commit f35b2e29d9bfa817e64b83df11ebbbfe0f4e8e5c
Author: Ross Burton <ross.burton@intel.com>
Date:   Tue Apr 30 20:35:54 2013 +0100

    bitbake: set default libexecdir to $prefix/libexec
...

It casued '${D}${libdir}' does not exist, and the following
move operation incorrect which triggered QA Issue:
...
ERROR: git-2.7.0-r0 do_package: QA Issue: git: Files/directories were installed but not shipped in any package:
  /usr/lib64
  /usr/lib64/site_perl
  /usr/lib64/site_perl/5.22.1
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/git/git.inc