Skip to content
Snippets Groups Projects
Commit 59bfc2dd authored by Mikko Gronoff's avatar Mikko Gronoff
Browse files

meta-qt5: update layer


* Update to latest content in Qt 5.12.7 (RC)
* Remove obsolete ogl-runtime patch

changelog:
032b369c qt5: update submodules
f9c979f5 ogl-runtime: update to v2.5.0 release

Task-number: QTBUG-80874
Change-Id: I0cced9ade56c1e9ea180d206e84e3d527c9ae3a0
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
parent b7748d9e
No related branches found
Tags v5.12.7
No related merge requests found
From 86fa457545a2f750a34984106e5863a46dd5ea1e Mon Sep 17 00:00:00 2001
From: Samuli Piippo <samuli.piippo@qt.io>
Date: Mon, 5 Aug 2019 08:58:14 +0300
Subject: [PATCH] Enable viewer for boot2qt builds
---
tools/tools.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tools.pro b/tools/tools.pro
index 7c62eae..a836fe6 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
CONFIG += ordered
-!boot2qt:!integrity:!qnx {
+!integrity:!qnx {
SUBDIRS += viewer
}
############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Boot to Qt meta layer.
##
## $QT_BEGIN_LICENSE:GPL$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see https://www.qt.io/terms-conditions. For further
## information use the contact form at https://www.qt.io/contact-us.
##
## GNU General Public License Usage
## Alternatively, this file may be used under the terms of the GNU
## General Public License version 3 or (at your option) any later version
## approved by the KDE Free Qt Foundation. The licenses are as published by
## the Free Software Foundation and appearing in the file LICENSE.GPL3
## included in the packaging of this file. Please review the following
## information to ensure the GNU General Public License requirements will
## be met: https://www.gnu.org/licenses/gpl-3.0.html.
##
## $QT_END_LICENSE$
##
############################################################################
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-Enable-viewer-for-boot2qt-builds.patch"
......@@ -27,7 +27,7 @@
path="sources/meta-openembedded"/>
<project name="meta-qt5"
remote="qtyocto"
revision="ea03d2b38da879122dd5412b2120cd3822a560c3"
revision="032b369c5a7f2311844c58bfb5e6736607d83e52"
path="sources/meta-qt5"/>
<project name="meta-mingw"
remote="qtyocto"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment