diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 12:01:44 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:45:08 +0200 |
commit | 6600c47c668b597dfdce3675d60db851f3521af3 (patch) | |
tree | 0cc881f54c549eab2cb1012fc7ed6c2ce5db9d63 | |
parent | feca032e52e61042c8032961673044e0e8f9707c (diff) | |
download | meta-qt5-6600c47c668b597dfdce3675d60db851f3521af3.tar.gz |
qt3d: Add recipe
* MJ: Add license information
not sure which parts (or maybe all) is under LICENSE.PREVIEW.COMMERCIAL
* MJ: Fix PV
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
Signed-off-by: Martin Jansa <martin.jansa@lge.com>
-rw-r--r-- | recipes-qt/qt5/qt3d.inc | 19 | ||||
-rw-r--r-- | recipes-qt/qt5/qt3d_git.bb | 11 |
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt3d.inc b/recipes-qt/qt5/qt3d.inc new file mode 100644 index 00000000..1ff4fe84 --- /dev/null +++ b/recipes-qt/qt5/qt3d.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | LICENSE = "GFDL-1.3 & LGPL-2.1 & PREVIEW.COMMERCIAL" | ||
4 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4ac745f4b16b419fa48a24d41e983c40 \ | ||
5 | file://LGPL_EXCEPTION.txt;md5=eb6c371255e1262c55ae9b652a90b528 \ | ||
6 | file://LICENSE.PREVIEW.COMMERCIAL;md5=9d94dadfab8b246782ffea02082ee13a \ | ||
7 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5" | ||
8 | |||
9 | INC_PR = "r1" | ||
10 | |||
11 | FILES_${PN}-plugins += " \ | ||
12 | ${libdir}/${QT_DIR_NAME}/qml/Qt3D/libqthreedqmlplugin.so \ | ||
13 | ${libdir}/${QT_DIR_NAME}/qml/Qt3D/qmldir \ | ||
14 | ${libdir}/${QT_DIR_NAME}/qml/Qt3D/plugins.qmltypes \ | ||
15 | ${libdir}/${QT_DIR_NAME}/qml/Qt3D/Shapes \ | ||
16 | " | ||
17 | FILES_${PN}-plugins-dbg += " \ | ||
18 | ${libdir}/${QT_DIR_NAME}/qml/Qt3D/.debug \ | ||
19 | " | ||
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb new file mode 100644 index 00000000..e33ce9f1 --- /dev/null +++ b/recipes-qt/qt5/qt3d_git.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | # last tag before this SRCREV is 5.0.0-beta1 | ||
5 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | ||
6 | |||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | QT_MODULE_BRANCH = "master" | ||
10 | |||
11 | SRCREV = "d723769d90331f4cde8dcb5aa3973e5c6bad8753" | ||