From 2eb354726512972bf2426cd4e8599150abecc886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 6 Jan 2015 12:56:52 +0100 Subject: [PATCH] replace fluid by pss-framework 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 | 16 ---------------- .../pss-framework/pss-framework_git.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 recipes-hawaii/fluid/fluid_git.bb create mode 100644 recipes-hawaii/pss-framework/pss-framework_git.bb diff --git a/recipes-hawaii/fluid/fluid_git.bb b/recipes-hawaii/fluid/fluid_git.bb deleted file mode 100644 index ac6b6d35..00000000 --- a/recipes-hawaii/fluid/fluid_git.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Modules for fluid and dynamic applications development with QtQuick" -LICENSE = "LGPLv2.1" -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 = "6e0a3f723874c3df9bb75161e6a11fc2b5061acb" -PV = "0.2.0+git${SRCPV}" - -S = "${WORKDIR}/git" - -FILES_${PN} += "${libdir}/hawaii/qml/Fluid" -FILES_${PN}-dbg += "${libdir}/hawaii/qml/Fluid/*/.debug" diff --git a/recipes-hawaii/pss-framework/pss-framework_git.bb b/recipes-hawaii/pss-framework/pss-framework_git.bb new file mode 100644 index 00000000..a8d18fa1 --- /dev/null +++ b/recipes-hawaii/pss-framework/pss-framework_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "Components for PSS applications" +LICENSE = "LGPLv2.1" +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=master" +SRCREV = "292a7d4891b47f44cb3dcf896749ade9330e6ae0" +PV = "0.4.0+git${SRCPV}" + +S = "${WORKDIR}/git" + +FILES_${PN} += "${libdir}/qml/PSS" +FILES_${PN}-dbg += " \ + ${libdir}/qml/PSS/*/.debug \ + ${libdir}/qml/PSS/*/*/*/.debug \ +"