diff options
author | Philip Balister <philip@balister.org> | 2014-12-18 13:40:45 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-19 20:13:12 +0100 |
commit | b1ffc521bd4f5dc62fd346fdc4abf4667a983934 (patch) | |
tree | a8b6940e47e7bca87cdbe8bce7081436389b3a48 /meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch | |
parent | afc100a940b96628d9b99cefda65463a65b84f28 (diff) | |
download | meta-openembedded-b1ffc521bd4f5dc62fd346fdc4abf4667a983934.tar.gz |
python-pyqt: Update to 4.11.3.
The configure.py script now has support for cross compiling. This
simplified the recipe substantially.
The recipe was tested with gnuradio-companion on the zedboard and
ettus-e300. This is the first time we have been able to use grc with
pyqt built with OpenEmbedded.
Build tested on armv7, x86, x86_64 and mips.
Dropped patches from previous versions.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch b/meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch deleted file mode 100644 index 6579aa4000..0000000000 --- a/meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | diff -uNr PyQt-x11-gpl-4.9.5.orig/QtGui/sipQtGuiQSystemTrayIcon.cpp PyQt-x11-gpl-4.9.5/QtGui/sipQtGuiQSystemTrayIcon.cpp | ||
2 | --- PyQt-x11-gpl-4.9.5.orig/QtGui/sipQtGuiQSystemTrayIcon.cpp 2012-10-01 16:48:16.496700577 +0200 | ||
3 | +++ PyQt-x11-gpl-4.9.5/QtGui/sipQtGuiQSystemTrayIcon.cpp 2012-10-01 21:40:43.063130099 +0200 | ||
4 | @@ -993,8 +993,6 @@ | ||
5 | qtgui_untrack(sipCpp); | ||
6 | #line 995 "QtGui/sipQtGuiQSystemTrayIcon.cpp" | ||
7 | |||
8 | - QSystemTrayIcon *sipCpp = reinterpret_cast<QSystemTrayIcon *>(sipCppV); | ||
9 | - | ||
10 | if (QThread::currentThread() == sipCpp->thread()) | ||
11 | delete sipCpp; | ||
12 | else | ||