From 94dbb1c1349cd9d3f90b72766053b1732d2bbc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 May 2014 00:01:01 +0200 Subject: [PATCH] greenisland: update to latest dev-revision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/greenisland/greenisland_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-hawaii/greenisland/greenisland_git.bb b/recipes-hawaii/greenisland/greenisland_git.bb index 1150f0b6..34f8a7bb 100644 --- a/recipes-hawaii/greenisland/greenisland_git.bb +++ b/recipes-hawaii/greenisland/greenisland_git.bb @@ -7,11 +7,11 @@ inherit cmake_qt5 DEPENDS = "qtbase qtdeclarative qtwayland" SRC_URI = " \ - git://github.com/mauios/${BPN}.git;protocol=git;branch=stable \ + git://github.com/mauios/${BPN}.git;protocol=git;branch=dev \ file://0001-greenislandcompositor-fix-build.patch \ " -SRCREV = "3c26239ce213c1a029ba3cf3b6e8006dc3593018" -PV = "0.2.0.1+git${SRCPV}" +SRCREV = "0fe1296b51ac6633c7c5072c8ed2f74556e4b96e" +PV = "0.2.90+git${SRCPV}" S = "${WORKDIR}/git"