qtwebkit: fix textrel QA warnings when building qtwebkit for x86
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 18 Feb 2015 06:22:12 +0000 (22:22 -0800)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 24 Jul 2015 16:42:10 +0000 (13:42 -0300)
commitb98a1c840d1ae7df0ad3e6b48a9f63f4a813ee5b
tree09eaffbbb05520b150fb7916d50f0e3865676852
parentbd92a600e141fb20c115cc06d303e29d1b130545
qtwebkit: fix textrel QA warnings when building qtwebkit for x86

WARNING: QA Issue: ELF binary '/home/andre/rdk/rdk-master/build-vbox32/tmp/work/core2-32-rdk-linux/qtwebkit/5.4.0-r0/packages-split/qtwebkit/usr/lib/libQt5WebKit.so.5.4.0' has relocations in .text [textrel]

Patch from upstream webkit:

  https://bugs.webkit.org/show_bug.cgi?id=70610

Minor refresh required to apply cleanly to the older webkit sources used
by qtwebkit. Specifically, the patch needed to be modified to account
for PLATFORM(MAC) -> OS(DARWIN) renaming in recent webkit which is not
part of qtwebkit yet ( https://bugs.webkit.org/show_bug.cgi?id=99683 ).

(From meta-qt5 rev: a137e6e8b45f11c77f6615cfa6ff50d025669b11)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
meta-qt5/recipes-qt/qt5/qtwebkit.inc
meta-qt5/recipes-qt/qt5/qtwebkit/0002-qtwebkit-fix-textrel-x86.patch [new file with mode: 0644]