qt-creator: pass correct IDE_LIBRARY_BASENAME

Fix QA issue when enable multilib:
ERROR: QA Issue: qt-creator: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/qtcreator
  /usr/lib/qtcreator/libQmlJS.so.1
  /usr/lib/qtcreator/libQmlEditorWidgets.so
  /usr/lib/qtcreator/libUtils.so.1
  /usr/lib/qtcreator/libCPlusPlus.so
  [snip]
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2015-08-21 14:26:45 +08:00
committed by Martin Jansa
parent f53a0f57f7
commit 9f318e0604
@@ -16,6 +16,8 @@ S = "${WORKDIR}/${BP}-src"
inherit qt4x11
EXTRA_QMAKEVARS_PRE += "IDE_LIBRARY_BASENAME=${baselib}"
do_install() {
oe_runmake INSTALL_ROOT=${D}${prefix} install
oe_runmake INSTALL_ROOT=${D}${prefix} install_docs