generic-poky/meta/recipes-qt
Yu Ke 16bbb3144c 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]

(From OE-Core rev: b5d381133660fe338796b965131cee39cec01b96)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-15 15:26:21 +01:00
..
meta task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent 2011-06-13 22:38:06 +01:00
qt-apps qmmp: update to 0.5.1 2011-06-01 18:34:34 +01:00
qt4 qt4.inc: expand the package name for multilib case 2011-08-15 15:26:21 +01:00
tasks task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent 2011-06-13 22:38:06 +01:00