[oe-commits] org.oe.dev packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging

freyther commit openembedded-commits at lists.openembedded.org
Sun Jan 20 00:31:13 UTC 2008


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 927828807f7c5bfc006c6672c3650bdb82b016ed
ViewMTN: http://monotone.openembedded.org/revision/info/927828807f7c5bfc006c6672c3650bdb82b016ed
Files:
1
packages/qt4/qt4-x11-free.inc
Diffs:

#
# mt diff -rf674bdba60ef1f458f4a09ac1906b231555e48e9 -r927828807f7c5bfc006c6672c3650bdb82b016ed
#
# 
# 
# patch "packages/qt4/qt4-x11-free.inc"
#  from [4659f983944ce6319310e2accb2194a030d39fe6]
#    to [4252aa567a338367399f3245e33c08da05b15677]
# 
============================================================
--- packages/qt4/qt4-x11-free.inc	4659f983944ce6319310e2accb2194a030d39fe6
+++ packages/qt4/qt4-x11-free.inc	4252aa567a338367399f3245e33c08da05b15677
@@ -19,6 +19,7 @@ QT_DIR_NAME = "qt4"
 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






More information about the Openembedded-commits mailing list