summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-08 04:35:14 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-08 15:50:10 +0200
commit0cf24787efdc1d20f846fd5838ec5d5b4e8ac9cf (patch)
tree74d0c9bf0a3dd2c9e8e1829fff651b7043553134 /recipes-qt/qt5
parent35a7c923cc280e188c287e0825ed4f2b6e1b9e08 (diff)
downloadmeta-qt5-0cf24787efdc1d20f846fd5838ec5d5b4e8ac9cf.tar.gz
qtwebkit-examples: enable building and packaging of examples by default
Note: binaries will go into ${PN}-examples, which is qtwebkit-examples-examples Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r--recipes-qt/qt5/qtwebkit-examples.inc4
-rw-r--r--recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch29
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc
index e8fa3e72..38b2a7cb 100644
--- a/recipes-qt/qt5/qtwebkit-examples.inc
+++ b/recipes-qt/qt5/qtwebkit-examples.inc
@@ -4,4 +4,8 @@ LICENSE = "BSD & LGPLv2+"
4LIC_FILES_CHKSUM = "file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \ 4LIC_FILES_CHKSUM = "file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \
5 file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35" 5 file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35"
6 6
7SRC_URI += " \
8 file://0001-qtwebkit-examples-enable-building-examples-by-defaul.patch \
9"
10
7DEPENDS += "qtwebkit" 11DEPENDS += "qtwebkit"
diff --git a/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch b/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch
new file mode 100644
index 00000000..34d9622e
--- /dev/null
+++ b/recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch
@@ -0,0 +1,29 @@
1From 50ab1eaf41445459422ef1fd4070ee158ea55d1c Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Tue, 8 Oct 2013 00:18:10 -0400
4Subject: [PATCH] qtwebkit-examples: enable building examples by default
5
6Examples are provided in sources, but the build for them is not enabled by
7default. Since example binaries are packaged separately to ${PN}-examples,
8having them built by default makes more sense.
9
10Upstream-Status: Inappropriate [configuration]
11
12Signed-off-by: Denys Dmytriyenko <denys@ti.com>
13---
14 qtwebkit-examples.pro | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/qtwebkit-examples.pro b/qtwebkit-examples.pro
18index 3fcecf1..2da8a36 100644
19--- a/qtwebkit-examples.pro
20+++ b/qtwebkit-examples.pro
21@@ -2,4 +2,4 @@ requires(qtHaveModule(webkit))
22
23 load(qt_parts)
24
25-SUBDIRS += doc
26+SUBDIRS += doc examples
27--
281.8.3.2
29