diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-01 11:51:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-07 12:21:23 +0200 |
commit | 878a0c84727a3f709400a93289bef7025432a946 (patch) | |
tree | d005d8384da1480ce5dc6a8c9f339e01fadaf846 /meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch | |
parent | 910feab3e7cae1a74562c930be032566824968eb (diff) | |
download | meta-openembedded-878a0c84727a3f709400a93289bef7025432a946.tar.gz |
python-pyqt: import from oe-classic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch b/meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch new file mode 100644 index 0000000000..15f83d23b0 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: PyQt-x11-gpl-4.8.3/sip/QtAssistant/qassistantclient.sip | ||
2 | =================================================================== | ||
3 | --- PyQt-x11-gpl-4.8.3.orig/sip/QtAssistant/qassistantclient.sip | ||
4 | +++ PyQt-x11-gpl-4.8.3/sip/QtAssistant/qassistantclient.sip | ||
5 | @@ -33,7 +33,7 @@ | ||
6 | class QAssistantClient : QObject | ||
7 | { | ||
8 | %TypeHeaderCode | ||
9 | -#include <qassistantclient.h> | ||
10 | +#include <QtAssistant/qassistantclient.h> | ||
11 | %End | ||
12 | |||
13 | %ConvertToSubClassCode | ||