mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-07 22:54:37 +02:00
The webkitwidgets/xmlpatterns examples depend on qtxmlpatterns. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
1023 B
BlitzBasic
24 lines
1023 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
# There are no LGPLv3-only licensed files in this component.
|
|
# There are no GPLv2 licensed files in this component.
|
|
LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
|
|
file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
|
|
file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
|
|
file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \
|
|
file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35 \
|
|
"
|
|
|
|
SRC_URI += " \
|
|
file://0001-qtwebkit-examples-enable-building-examples-by-defaul.patch \
|
|
"
|
|
|
|
DEPENDS += "qtwebkit qtxmlpatterns"
|
|
RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
|
|
RDEPENDS_${PN}-examples += "${@base_contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}"
|
|
|
|
SRCREV = "9f20ed0b48f4e5adcc9558b2cc4171eb17f243dd"
|