mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
* this is probably last upgrade for jethro branch, master will switch to 5.6 soon Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
364 B
BlitzBasic
14 lines
364 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "LGPL-3.0 | GPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
|
|
file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
|
|
file://LICENSE.GPL;md5=05832301944453ec79e40ba3c3cfceec \
|
|
"
|
|
|
|
DEPENDS = "qtdeclarative"
|
|
|
|
SRCREV = "9a714258f32a6a5318eb461903af25f64b7c80d2"
|