From 41232822b64dabab535dc040daaa97a49d2415d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 27 Jun 2018 13:51:08 +0200 Subject: [PATCH] qtiohelper: update to 0.3.993 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit f142987 Version 0.3.99 162adb3 serialportasyncblock: Fix segfaults on initial open emitting error 6719418 serialportasyncblock: Add a handler for serial errors 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 77ab67d0..3ee24c04 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.992+git${SRCPV}" -SRCREV = "9b9e413d0047495a2b956621a5774c4d51cd94a3" +PV = "0.3.993+git${SRCPV}" +SRCREV = "f14298778f36171d6d3923c95cd891d4473937fe" S="${WORKDIR}/git"