[oe-commits] org.oe.dev python-pyqt: unbreak syntax

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Aug 19 17:50:02 UTC 2007


python-pyqt: unbreak syntax

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 689420ebcb6d8cbf6c916a08e70696361d41fe8e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=689420ebcb6d8cbf6c916a08e70696361d41fe8e
Files:
1
packages/python/python-pyqt_4.3.bb
Diffs:

#
# mt diff -r1ea498d1d340097845b2be21988d75b9f810b46a -r689420ebcb6d8cbf6c916a08e70696361d41fe8e
#
# 
# 
# patch "packages/python/python-pyqt_4.3.bb"
#  from [cabb0d44a88033daaa2ef2312948f1a52cd4c0aa]
#    to [77a66605090e9cc41d463370b73d4eab1a9824a0]
# 
============================================================
--- packages/python/python-pyqt_4.3.bb	cabb0d44a88033daaa2ef2312948f1a52cd4c0aa
+++ packages/python/python-pyqt_4.3.bb	77a66605090e9cc41d463370b73d4eab1a9824a0
@@ -17,15 +17,14 @@ BROKEN = "1"
 #| sipQtCoreQTimeLine.cpp:136: error: conflicting return type specified for 'virtual double sipQTimeLine::valueForTime(int) const'
 #| /home/pkg/oe/fic-gta01/tmp/staging/arm-angstrom-linux-gnueabi/qt4/include/QtCore/qtimeline.h:92: error:   overriding 'virtual qreal QTimeLine::valueForTime(int) const'
 # And:
-# | sipQtCoreQRectF.cpp: In function 'PyObject* meth_QRectF_getRect(PyObject*, PyObject*)':
-| sipQtCoreQRectF.cpp:1182: error: no matching function for call to 'QRectF::getRect(double*, double*, double*, double*)'
-| /home/pkg/oe/fic-gta01/tmp/staging/arm-angstrom-linux-gnueabi/qt4/include/QtCore/qrect.h:725: note: candidates are: void QRectF::getRect(qreal*, qreal*, qreal*, qreal*) const
-| sipQtCoreQRectF.cpp: In function 'PyObject* meth_QRectF_getCoords(PyObject*, PyObject*)':
-| sipQtCoreQRectF.cpp:1237: error: no matching function for call to 'QRectF::getCoords(double*, double*, double*, double*)'
-| /home/pkg/oe/fic-gta01/tmp/staging/arm-angstrom-linux-gnueabi/qt4/include/QtCore/qrect.h:741: note: candidates are: void QRectF::getCoords(qreal*, qreal*, qreal*, qreal*) const
-| make[1]: *** [sipQtCoreQRectF.o] Error 1
+#| sipQtCoreQRectF.cpp: In function 'PyObject* meth_QRectF_getRect(PyObject*, PyObject*)':
+#| sipQtCoreQRectF.cpp:1182: error: no matching function for call to 'QRectF::getRect(double*, double*, double*, double*)'
+#| /home/pkg/oe/fic-gta01/tmp/staging/arm-angstrom-linux-gnueabi/qt4/include/QtCore/qrect.h:725: note: candidates are: void QRectF::getRect(qreal*, qreal*, qreal*, qreal*) const
+#| sipQtCoreQRectF.cpp: In function 'PyObject* meth_QRectF_getCoords(PyObject*, PyObject*)':
+#| sipQtCoreQRectF.cpp:1237: error: no matching function for call to 'QRectF::getCoords(double*, double*, double*, double*)'
+#| /home/pkg/oe/fic-gta01/tmp/staging/arm-angstrom-linux-gnueabi/qt4/include/QtCore/qrect.h:741: note: candidates are: void QRectF::getCoords(qreal*, qreal*, qreal*, qreal*) const
+#| make[1]: *** [sipQtCoreQRectF.o] Error 1
 
-
 S = "${WORKDIR}/PyQt-x11-gpl-${PV}"
 
 inherit qmake qt4x11 sip distutils-base






More information about the Openembedded-commits mailing list