From 393c8a4056e78220036856a366b25b794a241844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 13 May 2014 15:34:32 +0200 Subject: [PATCH] fluid: update to latest revision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/fluid/fluid_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-hawaii/fluid/fluid_git.bb b/recipes-hawaii/fluid/fluid_git.bb index 12c6ee48..ffe4abff 100644 --- a/recipes-hawaii/fluid/fluid_git.bb +++ b/recipes-hawaii/fluid/fluid_git.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Modules for fluid and dynamic applications development with QtQuick" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" inherit cmake_qt5 DEPENDS = "qtbase qtdeclarative qtquickcontrols" SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" -SRCREV = "e9ea587f6f34d8d18e662f5e7810c524c1fac722" +SRCREV = "6e0a3f723874c3df9bb75161e6a11fc2b5061acb" PV = "0.2.0+git${SRCPV}" S = "${WORKDIR}/git" FILES_${PN} += "${libdir}/hawaii/qml/Fluid" -FILES_${PN}-dbg += "${libdir}/hawaii/qml/Fluid/Extra/.debug" +FILES_${PN}-dbg += "${libdir}/hawaii/qml/Fluid/*/.debug"