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 \ +"