From 4dacb36ac5a07bf527569a276b9408f2500e207a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 18 May 2016 21:04:40 +0200 Subject: [PATCH] qtiohelper: update sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit seems QSerialPortAsyncBlock starts getting useful.. 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 e5a4b441..84293342 100644 --- a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -7,9 +7,9 @@ require recipes-qt/qt5/qt5.inc SRC_URI = "git://github.com/schnitzeltony/${BPN}.git" -DEPENDS += "qtbase" +DEPENDS += "qtbase qtserialport" PV = "0.1.0+git${SRCPV}" -SRCREV = "7e7df21650c4ea202cf87ced94b7273e7407df76" +SRCREV = "30626f2c812efe124e084e74004a2d6ead8f6ca7" S="${WORKDIR}/git"