From 674588317fdbdddca66099876bcc2bf2f00fba1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 May 2015 18:09:13 +0200 Subject: [PATCH] add hawaii-widget-styles 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../hawaii-widget-styles_0.4.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-hawaii/hawaii-widget-styles/hawaii-widget-styles_0.4.0.bb 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} \ +"