From 8ef8582725970d16115cb6bc4263bb5d55b2c613 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 8 Oct 2013 04:35:14 +0000 Subject: qtwebkit-examples: enable building and packaging of examples by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: binaries will go into ${PN}-examples, which is qtwebkit-examples-examples Signed-off-by: Denys Dmytriyenko Signed-off-by: Eric Bénard Signed-off-by: Martin Jansa --- ...amples-enable-building-examples-by-defaul.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch (limited to 'recipes-qt/qt5/qtwebkit-examples/0001-qtwebkit-examples-enable-building-examples-by-defaul.patch') 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 @@ +From 50ab1eaf41445459422ef1fd4070ee158ea55d1c Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko +Date: Tue, 8 Oct 2013 00:18:10 -0400 +Subject: [PATCH] qtwebkit-examples: enable building examples by default + +Examples are provided in sources, but the build for them is not enabled by +default. Since example binaries are packaged separately to ${PN}-examples, +having them built by default makes more sense. + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Denys Dmytriyenko +--- + qtwebkit-examples.pro | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/qtwebkit-examples.pro b/qtwebkit-examples.pro +index 3fcecf1..2da8a36 100644 +--- a/qtwebkit-examples.pro ++++ b/qtwebkit-examples.pro +@@ -2,4 +2,4 @@ requires(qtHaveModule(webkit)) + + load(qt_parts) + +-SUBDIRS += doc ++SUBDIRS += doc examples +-- +1.8.3.2 + -- cgit v1.2.3-54-g00ecf