diff options
author | Yu Ke <ke.yu@intel.com> | 2011-08-15 18:39:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:13:35 +0100 |
commit | b5d381133660fe338796b965131cee39cec01b96 (patch) | |
tree | 1acb70180fce966751c04e1833ee52d5a5beea62 /meta/classes/base.bbclass | |
parent | d72adf3c4cf3de09d2a0bc6d1b9e7c9fd127bd60 (diff) | |
download | openembedded-core-b5d381133660fe338796b965131cee39cec01b96.tar.gz openembedded-core-b5d381133660fe338796b965131cee39cec01b96.tar.bz2 openembedded-core-b5d381133660fe338796b965131cee39cec01b96.tar.xz openembedded-core-b5d381133660fe338796b965131cee39cec01b96.zip |
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>
Diffstat (limited to 'meta/classes/base.bbclass')
0 files changed, 0 insertions, 0 deletions