• Martin Jansa's avatar
    qtwebkit: Fix build with gcc-13 · e551f7b3
    Martin Jansa authored
    
    * there are few newer commits since the SRCREV used in this recipe
      it might be useful if someone is still using this (I don't, so
      I'll just fix the build failure with gcc-13 and cleanup the .patch files):
    
    $ git log --oneline 10cd6a106..origin/5.212
    ac8ebc6c3 (origin/5.212) Enable QML tests
    5a99e5d4c Import QtWebKit commit 5d89eef9bc689abb59ef799b445c35b1e322b3f1
    685ed792f Import QtWebKit commit 143b469188bde226d5e70cff5f01699b8a29d865
    8967b4f87 Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664
    08eaf858c Import QtWebKit commit cf37bc44f798d3c5a26d17086ada92688b9bfe6d
    412e257d0 Workaround for Windows Store python3.exe
    e16357a52 Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10
    Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
    e551f7b3
0001-Do-not-skip-build-for-cross-compile.patch 1.14 KB
From 34100abf0a24b3d2dadebe90926eea98d50a43b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Mon, 4 Jun 2018 10:35:46 +0200
Subject: [PATCH] Do not skip build for cross-compile
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Upstream-Status: Inappropriate [OE specific]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 Tools/qmake/mkspecs/features/functions.prf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Tools/qmake/mkspecs/features/functions.prf b/Tools/qmake/mkspecs/features/functions.prf
index e3f42cec4..797b7085f 100644
--- a/Tools/qmake/mkspecs/features/functions.prf
+++ b/Tools/qmake/mkspecs/features/functions.prf
@@ -53,8 +53,6 @@ defineReplace(appleSdkVersion) {
 defineTest(isPlatformSupported) {
     !qtHaveModule(widgets): skipBuild("QtWidgets module is required to build QtWebKit.")
 
-    cross_compile: skipBuild("cross-compilation of QtWebKit with qmake is not supported yet")
-
     requiredPrograms = cmake gperf python perl bison ruby flex
     for(program, requiredPrograms): \
         !programExistsInPath($$program): \