diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-06-18 19:24:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 22:13:09 +0100 |
commit | 0aad8f3f608683e2760cfc3afc8a3c8f05e4ef15 (patch) | |
tree | 797cd929f16c14cc6132fdabd05d56fe71377d3f /meta/recipes-kernel | |
parent | d827764c70a626ac064496f0e0d55ddcabc66254 (diff) | |
download | poky-0aad8f3f608683e2760cfc3afc8a3c8f05e4ef15.tar.gz |
qt4-tools-nativesdk: fix compile failure in src/dbus
[Qt #17962] -- http://bugreports.qt.nokia.com/browse/QTBUG-17962
[YOCTO #1168] -- http://bugzilla.pokylinux.org/show_bug.cgi?id=1168
Fix "invalid conversion from 'const void*' to 'void*'" error compiling
src/dbus/qdbusintegrator.cpp. It is assumed that the use of "const" here
is incorrect as no other usage of Q_GLOBAL_STATIC_WITH_ARGS uses const
prefix on the first (TYPE) argument.
Patch was imported from the Qt bug tracker (see above reference); the
patch was rejected but for procedural rather than validity reasons.
Fixes [YOCTO #1168]
(From OE-Core rev: 17d5422460bf9074223475b15d128171d12b170a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions