]> code.ossystems Code Review - openembedded-core.git/commit
qt4.inc: expand the package name for multilib case
authorYu Ke <ke.yu@intel.com>
Mon, 15 Aug 2011 10:39:16 +0000 (18:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 14:13:35 +0000 (15:13 +0100)
commitb5d381133660fe338796b965131cee39cec01b96
tree1acb70180fce966751c04e1833ee52d5a5beea62
parentd72adf3c4cf3de09d2a0bc6d1b9e7c9fd127bd60
qt4.inc: expand the package name for multilib case

in the qt4.inc python annomyous code, there is case where package name
is set to "${QT_BASE_LIB}-tool", and  FILE_${QT_BASE_LIB}-tool is set to xxx.
here QT_BASE_NAME=qt4. multilib.bbclass will try to rename the FILE_qt4_tool to
FILE_lib64_qt4_tool. unfortunately, there is only FILE_${QT_BASE}-tool, no
FILE_qt4-tool, so FILE_lib64_qt4_tool will not be defined.

to fix this issue, this patch expand the QT_BASE_LIB when assigning the package
name.

FIX [YOCTO #1344]

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-qt/qt4/qt4.inc