diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:58:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 21:16:50 +0200 |
commit | 48ee17af942ac9860e834c8dec049370e7802a56 (patch) | |
tree | 004e47c94682eaa418c9e718c3264ca121732102 /recipes-qt/qt5/qtwebkit-examples.inc | |
parent | 3208763b8b3f65b17825ded4b2c9b9166d78f2b2 (diff) | |
download | meta-qt5-48ee17af942ac9860e834c8dec049370e7802a56.tar.gz |
qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit-examples.inc')
-rw-r--r-- | recipes-qt/qt5/qtwebkit-examples.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc deleted file mode 100644 index 317fabb5..00000000 --- a/recipes-qt/qt5/qtwebkit-examples.inc +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | # There are no LGPLv3-only licensed files in this component. | ||
4 | # There are no GPLv2 licensed files in this component. | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \ | ||
6 | file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
7 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
8 | file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \ | ||
9 | file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35" | ||
10 | |||
11 | SRC_URI += " \ | ||
12 | file://0001-qtwebkit-examples-enable-building-examples-by-defaul.patch \ | ||
13 | " | ||
14 | |||
15 | DEPENDS += "qtwebkit" | ||
16 | RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins" | ||
17 | RDEPENDS_${PN}-examples += "${@base_contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}" | ||