Hi,

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

AR.
>From 68e1d88d779b5f1070dcfa04b38a89e6837feffd Mon Sep 17 00:00:00 2001
From: Andrey Rusalin <andrey.rusa...@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.rusa...@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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to