mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-07 06:34:39 +02:00
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:
committed by
Martin Jansa
parent
e47180cf1f
commit
28e4936d70
8
recipes-qt/qt5/qtenginio.inc
Normal file
8
recipes-qt/qt5/qtenginio.inc
Normal 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"
|
||||
7
recipes-qt/qt5/qtenginio_1.0.4.bb
Normal file
7
recipes-qt/qt5/qtenginio_1.0.4.bb
Normal 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"
|
||||
6
recipes-qt/qt5/qtenginio_git.bb
Normal file
6
recipes-qt/qt5/qtenginio_git.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
require qt5-git.inc
|
||||
require ${PN}.inc
|
||||
|
||||
QT_MODULE_BRANCH = "release"
|
||||
# v1.0.4
|
||||
SRCREV = "bb55ab0eed452704e4ce52faf8e5337674c3b668"
|
||||
Reference in New Issue
Block a user