diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-01 14:19:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-02 19:29:38 +0200 |
commit | ab6cd2bb734ba738bdbacfbeb8558e89abf29748 (patch) | |
tree | 2e7bc1395ad306bbd31d61b00bdf63becc37a4e9 /meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch | |
parent | a76f29b40651c9c87b5d7d1a2f450a5b013c1bcf (diff) | |
download | meta-openembedded-ab6cd2bb734ba738bdbacfbeb8558e89abf29748.tar.gz |
python-pyqt: upgrade to 4.9.5
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, 0 insertions, 13 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 deleted file mode 100644 index 15f83d23b0..0000000000 --- a/meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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 | ||