diff options
Diffstat (limited to 'python/python-pyqt_3.11.oe')
| -rw-r--r-- | python/python-pyqt_3.11.oe | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index 1c69dec5bb..e7373d9696 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -11,7 +11,10 @@ SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz" S = "${WORKDIR}/PyQt-x11-gpl-${PV}" -inherit qmake +# +# FIXME - This should be updated to use OE's qmake-base.oeclass +# or the full qmake.oeclass. +# export QTDIR = "${STAGING_LIBDIR}/.." @@ -28,7 +31,7 @@ EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN PYTHON = "${STAGING_BINDIR}/python" SIP = "${STAGING_BINDIR}/sip" QMAKE = "${STAGING_BINDIR}/qmake" -QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-oe-g++" +QMAKESPEC = "${QMAKE_MKSPEC_PATH}/${TARGET_OS}-oe-g++" MODULES = "qt qtcanvas qttable qtpe" |
