All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Rusalin <andrey.rusalin@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH]
Date: Fri, 20 Nov 2015 19:34:33 +0300	[thread overview]
Message-ID: <564F4B99.8070908@gmail.com> (raw)

[-- 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


             reply	other threads:[~2015-11-20 16:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 16:34 Andrey Rusalin [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=564F4B99.8070908@gmail.com \
    --to=andrey.rusalin@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.