From f4afa718dea43d413132808b7cec3b43de17f301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 27 Apr 2016 15:02:26 +0200 Subject: [PATCH] qtiohelper: update to 0.1.0 - or how remote SPI saved my life :) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/qtiohelper/qtiohelper_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/qtiohelper/qtiohelper_git.bb b/recipes-support/qtiohelper/qtiohelper_git.bb index 876145d7..433839ad 100644 --- a/recipes-support/qtiohelper/qtiohelper_git.bb +++ b/recipes-support/qtiohelper/qtiohelper_git.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/schnitzeltony/qtiohelper.git" DEPENDS += "qtbase" -PV = "0.0.1+git${SRCPV}" -SRCREV = "2b26d6e95fc0c651ee80982ec0dba775462e1d32" +PV = "0.1.0+git${SRCPV}" +SRCREV = "3f188d7c41c8e6cfc5205bdde42a6c051c511edf" S="${WORKDIR}/git"