mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-08 07:05:08 +02:00
* nativesdk dependencies were incorrectly introduced in:
commit 48ee17af94
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu May 28 14:58:06 2015 +0200
Subject: qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
744 B
BlitzBasic
24 lines
744 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "GFDL-1.3 & LGPL-2.1 & DIGIA-TPLA-2.4 | GPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \
|
|
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
|
|
file://LICENSE.PREVIEW.COMMERCIAL;md5=9d94dadfab8b246782ffea02082ee13a \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
DEPENDS = "qtdeclarative"
|
|
|
|
FILES_${PN}-qmlplugins += " \
|
|
${OE_QMAKE_PATH_QML}/*/*/*.bez \
|
|
${OE_QMAKE_PATH_QML}/*/*/*.obj \
|
|
"
|
|
|
|
QT_MODULE_BRANCH = "dev"
|
|
|
|
# last tag before this SRCREV is 5.0.0-beta1, but version says 5.3.0 already
|
|
SRCREV = "8a9723d7420829a2ba0141a9f7d8dc8cd11d8331"
|