From 8486cc08a5130b2da4f4ec29d825c93f80336a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Jun 2018 17:17:20 +0200 Subject: [PATCH] qtiohelper: upgrade to 0.3.992 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 9b9e413 Version 0.3.992 9aa28df serialportasyncblock: Add an option for debug messages 37ba1ab serialportasyncblock: simplify timeout handling 0bb51e4 serialportasyncblock: Widen idle detection at data send 4f84f55 Revert "serialportasyncblock: Do not emit ioFinished in sendAndReceive in case of error" Signed-off-by: Andreas Müller --- recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb index f0fa39f4..77ab67d0 100644 --- a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/schnitzeltony/${BPN}.git;branch=master" DEPENDS += "qtbase qtserialport" -PV = "0.3.991+git${SRCPV}" -SRCREV = "b6d051c0497bf0f634a679d0b40bc7ac28c11942" +PV = "0.3.992+git${SRCPV}" +SRCREV = "9b9e413d0047495a2b956621a5774c4d51cd94a3" S="${WORKDIR}/git"