From 92dcb4bd10defd9ed79794ec460f2cbce0ca26f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Dec 2014 15:15:06 +0100 Subject: [PATCH] eyesight: update git revision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/eyesight/eyesight_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-hawaii/eyesight/eyesight_git.bb b/recipes-hawaii/eyesight/eyesight_git.bb index b6d10411..aefbce46 100644 --- a/recipes-hawaii/eyesight/eyesight_git.bb +++ b/recipes-hawaii/eyesight/eyesight_git.bb @@ -6,8 +6,8 @@ inherit cmake_qt5 DEPENDS = "qtbase qttools-native" -SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" -SRCREV = "6438ca8bd17ebbad98e6ed146cac7ed423f739bb" +SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=master" +SRCREV = "a39cbf9d5f18dac29ec0116b317a238433793411" PV = "0.1.2+git${SRCPV}" S = "${WORKDIR}/git"