qtenginio: Add new module

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jonathan Liu
2014-05-30 13:05:21 +02:00
committed by Martin Jansa
parent e47180cf1f
commit 28e4936d70
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require qt5.inc
DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=66c98a57685a93d9adf4815b0d11827a \
file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6"
LICENSE = "LGPL-2.1 | GPL-3.0"

View File

@@ -0,0 +1,7 @@
QT_VERSION = "5.3.0"
require qt5-${QT_VERSION}.inc
require ${PN}.inc
SRC_URI[md5sum] = "5870a3c01bbe175ed577f0c3f51f3f33"
SRC_URI[sha256sum] = "090f6f7a22a197fd5cd9acdb3f79fa0361d1662abed1c450fc9db67c089745d4"

View File

@@ -0,0 +1,6 @@
require qt5-git.inc
require ${PN}.inc
QT_MODULE_BRANCH = "release"
# v1.0.4
SRCREV = "bb55ab0eed452704e4ce52faf8e5337674c3b668"