All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH]
@ 2015-11-20 16:34 Andrey Rusalin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Rusalin @ 2015-11-20 16:34 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

Hi,

Here is a patch to prevent build failure of qtsystems package on yocto 
jethro.

AR.

[-- Attachment #2: 0001-qtsystems-downgrade-SRCREV-on-one-commit-to-fix-buil.patch --]
[-- Type: text/x-patch, Size: 1154 bytes --]

From 68e1d88d779b5f1070dcfa04b38a89e6837feffd Mon Sep 17 00:00:00 2001
From: Andrey Rusalin <andrey.rusalin@gmail.com>
Date: Fri, 20 Nov 2015 19:56:15 +0400
Subject: [PATCH] qtsystems: downgrade SRCREV on one commit to fix build issue

Downgrade source revision on one commit to fix build issue.
Last one commit in qtsystems repo is "Use the new way of
disabling strict C++ support".
Seems there is some restrictions with current version of
compiler that is used in yocto.

Signed-off-by: Andrey Rusalin <andrey.rusalin@gmail.com>
---
 recipes-qt/qt5/qtsystems_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index 7e36e80..4f76c06 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -30,4 +30,4 @@ QT_MODULE_BRANCH = "dev"
 # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
 # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.5
 
-SRCREV = "0577ffca58b7fed78c1820fc1c2b7ab3533d5698"
+SRCREV = "75738fd2cc441e5e8ebe353d90e1bb810d15ee72"
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-20 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <55532B2B.8050209@dev.rtsoft.ru>
2015-05-13 11:42 ` [meta-qt5][PATCH] Andrey Rusalin
2015-05-13 12:39   ` [meta-qt5][PATCH] Martin Jansa
2015-05-13 13:18     ` [meta-qt5][PATCH] Andrey Rusalin
2015-11-20 16:34 [meta-qt5][PATCH] Andrey Rusalin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.