From 80402502806c94d2954852549d6549c9e333c586 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 3 Oct 2016 16:57:08 +0300 Subject: renesas: update recipes to work with krogoth Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: I52492cff70228bee477b1e5b287af66138564dd1 Reviewed-by: Tuomas Heimonen --- .../recipes/qt5/qt3d/0001-Remove-qgltf.patch | 25 ++++++++++++++++ meta-renesas-extras/recipes/qt5/qt3d_git.bbappend | 34 ++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 meta-renesas-extras/recipes/qt5/qt3d/0001-Remove-qgltf.patch create mode 100644 meta-renesas-extras/recipes/qt5/qt3d_git.bbappend (limited to 'meta-renesas-extras/recipes/qt5') diff --git a/meta-renesas-extras/recipes/qt5/qt3d/0001-Remove-qgltf.patch b/meta-renesas-extras/recipes/qt5/qt3d/0001-Remove-qgltf.patch new file mode 100644 index 0000000..48a4085 --- /dev/null +++ b/meta-renesas-extras/recipes/qt5/qt3d/0001-Remove-qgltf.patch @@ -0,0 +1,25 @@ +From 49a04f4faa135fa6ef56fc35dfb9dfe55ff2a3c4 Mon Sep 17 00:00:00 2001 +From: Samuli Piippo +Date: Wed, 18 Nov 2015 10:14:18 +0200 +Subject: [PATCH] Remove qgltf + +assimp does not compile for ARM because of GCC bug +(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964) + +Task-number: QTBUG-49153 +--- + tools/tools.pro | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tools/tools.pro b/tools/tools.pro +index 055f412..c1eba7f 100644 +--- a/tools/tools.pro ++++ b/tools/tools.pro +@@ -1,3 +1,3 @@ + TEMPLATE = subdirs +-SUBDIRS = qgltf ++#SUBDIRS = qgltf + qgltf.CONFIG += host_build +-- +1.9.1 + diff --git a/meta-renesas-extras/recipes/qt5/qt3d_git.bbappend b/meta-renesas-extras/recipes/qt5/qt3d_git.bbappend new file mode 100644 index 0000000..d32d0e6 --- /dev/null +++ b/meta-renesas-extras/recipes/qt5/qt3d_git.bbappend @@ -0,0 +1,34 @@ +############################################################################ +## +## Copyright (C) 2016 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_append := "${THISDIR}/${PN}:" + +SRC_URI_append_class-target = " \ + file://0001-Remove-qgltf.patch \ + " -- cgit v1.2.3-54-g00ecf