diff options
author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-01-04 23:44:39 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | 6bc9ccfa0101ec07f8ae8a86a049cd2c6766bd48 (patch) | |
tree | 9a954ac981af43312f42800a3d086a93bc27ef73 | |
parent | ce3f6c6f87d297490edfe898ab32e0fd87f8615f (diff) | |
download | meta-qt5-6bc9ccfa0101ec07f8ae8a86a049cd2c6766bd48.tar.gz |
qtsystems: Add module
* MJ: fix PV
* MJ: simplified to use newer classes
* MJ: Add license information
* MJ: use OE_QMAKE_PATH_QML for packaging definition
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtsystems.inc | 24 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsystems_git.bb | 9 |
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsystems.inc b/recipes-qt/qt5/qtsystems.inc new file mode 100644 index 00000000..5159c686 --- /dev/null +++ b/recipes-qt/qt5/qtsystems.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | DEPENDS += "qtdeclarative qtjsondb udev bluez4 gconf" | ||
4 | |||
5 | LICENSE = "BSD & LGPL-2.1 & GFDL-1.3" | ||
6 | # LICENSE files are missing in 5.0.0 | ||
7 | LIC_FILES_CHKSUM = "file://${S}/src/imports/systeminfo/qsysteminfo.cpp;endline=40;md5=f28e1baba502dda6849d69d5c24e7356 \ | ||
8 | file://${S}/examples/systeminfo/qml-storageinfo/content/ProgressBar.qml;endline=39;md5=5213e8171c07d54db7107f29ac2f7b5e \ | ||
9 | file://${S}/doc/src/systeminfo/systeminfo.qdoc;endline=26;md5=757f4eda130ceff3ca0985dde715af07 \ | ||
10 | " | ||
11 | |||
12 | INC_PR = "r0" | ||
13 | |||
14 | PACKAGES += "${PN}-qmlplugins-dbg ${PN}-qmlplugins" | ||
15 | |||
16 | FILES_${PN}-qmlplugins = " \ | ||
17 | ${OE_QMAKE_PATH_QML}/*/*.so \ | ||
18 | ${OE_QMAKE_PATH_QML}/*/qmldir \ | ||
19 | ${OE_QMAKE_PATH_QML}/*/plugins.qmltypes \ | ||
20 | " | ||
21 | |||
22 | FILES_${PN}-qmlplugins-dbg = " \ | ||
23 | ${OE_QMAKE_PATH_QML}/*/.debug \ | ||
24 | " | ||
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb new file mode 100644 index 00000000..4b7f6acb --- /dev/null +++ b/recipes-qt/qt5/qtsystems_git.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 | ||
7 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | ||
8 | |||
9 | SRCREV = "2dbaae64ccd0fa3646d68d77cbc9baac7d3bde2e" | ||