From f46b9269f0d1df80afb09633c05b597bf358ee1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 14 Jun 2018 14:11:52 +0200 Subject: [PATCH] qtiohelper: Update to 0.3.991 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b6d051c Version 0.3.991 4f6eb0f serialportasyncblock: Do not emit ioFinished in sendAndReceive in case of error 3891075 relaymapper: polish indention 4957e09 Update README.md 24cbdbb Remove '#QMAKE_CXXFLAGS += -O0' leftovers Signed-off-by: Andreas Müller --- recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb index c5a1325f..8ccf4222 100644 --- a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -10,6 +10,6 @@ SRC_URI = "git://github.com/schnitzeltony/${BPN}.git;branch=master" DEPENDS += "qtbase qtserialport" PV = "0.3.990+git${SRCPV}" -SRCREV = "4b8f99dc6e8a00a81b2ba39bd9b14e538a23c70b" +SRCREV = "4f6eb0f7a310e5887f45d45f2d06401f6e7f7c04" S="${WORKDIR}/git"