qt4: Fix sundry erroneous assumptions about ${prefix}
authorPhil Blundell <pb@pbcl.net>
Mon, 29 Apr 2013 17:28:48 +0000 (18:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2013 16:41:54 +0000 (17:41 +0100)
commita61888226cf9b8fb92cb065f3cded58a94743448
treedb5562b8c59992e7c3f5f97bbe46e4844407a046
parent853e2260fd3ce86cf363c027dc29f4bcdf7e6fbe
qt4: Fix sundry erroneous assumptions about ${prefix}

FILES_${QT_BASE_NAME}-tests was hard-coded to "/usr/tests/..." but Qt
actually installs these files into ${prefix}/tests.

Conversely, FILES_${PN}-dbg in qt4.inc was defined in terms of
${exec_prefix}/src, which appears commendable but doesn't actually match
where package.bbclass will put the sources since the latter is
hard-coded to /usr/src.

This fixes a large number of "installed but not shipped" warnings
when ${prefix} is set to something other than /usr.

(From OE-Core rev: c0cfd4f84c8f4843027332cfd6cf99c452c50dbb)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4-4.8.4.inc
meta/recipes-qt/qt4/qt4.inc