diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-02-27 17:32:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:13 +0000 |
commit | ae59f6ff20a6ccbf12bc030f250baffc384042f2 (patch) | |
tree | ba85b1350a5e7f4768a5323843bc250c361db24c /meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |
parent | b367545383ee3a437776931e849e407d5f697a95 (diff) | |
download | poky-ae59f6ff20a6ccbf12bc030f250baffc384042f2.tar.gz |
qt-mobility: fix metaobjectbuilder build errors
Backport upstream patches to fix the build errors:
ipc/qmetaobjectbuilder.cpp:803:65: error: invalid conversion from \
'QMetaObjectExtraData::StaticMetacallFunction {aka void (*)(QObject*, \
QMetaObject::Call, int, void**)}' to 'QtMobility::QMetaObjectBuilder:: \
StaticMetacallFunction {aka int (*)(QMetaObject::Call, int, void**)} \
Upstream-commit:
http://qt.gitorious.org/qt-mobility/qt-mobility/commit/f102053b28009b3094b0e5777177208afa6097c5
Task-number: QTMOBILITY-1990
[YOCTO #4575]
(From OE-Core rev: a4b9e424a7186bc3ba49c2566237600ed1682d7f)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-mobility_1.2.0.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index 062702ff5a..72d361ea9d 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -18,6 +18,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.t | |||
18 | file://qt-mobility-no-opengl.patch \ | 18 | file://qt-mobility-no-opengl.patch \ |
19 | file://gcc-scope.patch \ | 19 | file://gcc-scope.patch \ |
20 | file://qt-mobility-no-xvideo.patch \ | 20 | file://qt-mobility-no-xvideo.patch \ |
21 | file://fix_metaobjectbuilder_build_err.patch \ | ||
21 | file://0001-fix-embedded-usage-doesn-t-work-outside-of-Qt.patch \ | 22 | file://0001-fix-embedded-usage-doesn-t-work-outside-of-Qt.patch \ |
22 | " | 23 | " |
23 | 24 | ||