qtjsondb: 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>
This commit is contained in:
Ian Reinhart Geiser 2013-01-05 00:26:50 -05:00 committed by Martin Jansa
parent 269ce3d01c
commit ce3f6c6f87
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,22 @@
require qt5module.inc
DEPENDS += "qtdeclarative icu"
LICENSE = "BSD & LGPL-2.1 & GFDL-1.3"
# this is for latest SRCREV:
LIC_FILES_CHKSUM = "file://${S}/doc/src/qtjsondb.qdoc;endline=26;md5=757f4eda130ceff3ca0985dde715af07 \
file://${S}/examples/jsondb-client/example.qml;endline=39;md5=5213e8171c07d54db7107f29ac2f7b5e \
file://${S}/src/client/qjsondbglobal.h;endline=40;md5=34f5660524f0d70941d0416511ef49a0 \
"
INC_PR = "r0"
PACKAGES += "${PN}-qmlplugins ${PN}-qmlplugins-dbg"
FILES_${PN}-qmlplugins = " \
${OE_QMAKE_PATH_QML}/QtJsonDb/qmldir \
${OE_QMAKE_PATH_QML}/QtJsonDb/libjsondbplugin.so \
"
FILES_${PN}-qmlplugins-dbg = " \
${OE_QMAKE_PATH_QML}/QtJsonDb/.debug \
"

View File

@ -0,0 +1,9 @@
require ${PN}.inc
require qt5-git.inc
PR = "${INC_PR}.0"
# qtjsondb wasn't released yet, last tag before this SRCREV isn't even 5.0.0-beta1, but lets use it for now
PV = "4.999+5.0.0-beta1+git${SRCPV}"
SRCREV = "c7c1e61bb5beddc3f4502548fd9ee498f1534e67"