diff --git a/recipes-hawaii/hawaii-widget-styles/hawaii-widget-styles_0.4.0.bb b/recipes-hawaii/hawaii-widget-styles/hawaii-widget-styles_0.4.0.bb new file mode 100644 index 00000000..45285c91 --- /dev/null +++ b/recipes-hawaii/hawaii-widget-styles/hawaii-widget-styles_0.4.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "Styles for applications using QtQuick Controls" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c" + +inherit hawaii + +DEPENDS = "qtbase qtdeclarative extra-cmake-modules-native" + +SRCREV = "b1e5148dc4c7a422aed096b6d9647f7ba2673569" + +S = "${WORKDIR}/git" + +FILES_${PN} += " \ + ${datadir}/color-schemes \ + ${OE_QMAKE_PATH_QML} \ +"