From: Holger Freyther Date: Sat, 19 Jan 2008 23:58:37 +0000 (+0000) Subject: packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging X-Git-Tag: Release-2010-05/1~7873 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8512cbc3629216472ff1340cc060104f769621e;p=openembedded.git packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging libQtCore, libQtGui... should now be properly created again. I was under the false expression that ${QT_LIBINFIX} would expand to an empty string. Set QT_LIBINFIX to an empty string for the Qt4/X11 variant. --- diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc index 1647b07fd3..2650433ec8 100644 --- a/packages/qt4/qt4-x11-free.inc +++ b/packages/qt4/qt4-x11-free.inc @@ -19,6 +19,7 @@ QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl" QT_BASE_NAME = "qt4" QT_BASE_LIB = "libqt" QT_DIR_NAME = "qt4" +QT_LIBINFIX = "" require qt_depends.inc require qt_configuration.inc require qt_packaging.inc