From 2868f1a1838ab6a893fd01a05e61d582640a056d Mon Sep 17 00:00:00 2001 From: Abhijit Potnis Date: Tue, 20 Aug 2013 18:19:14 +0530 Subject: [PATCH] qtwebkit-examples: Add module Signed-off-by: Abhijit Potnis Signed-off-by: Martin Jansa --- conf/distro/include/qt5-versions.inc | 1 + recipes-qt/qt5/qtwebkit-examples.inc | 7 +++++++ recipes-qt/qt5/qtwebkit-examples_5.0.2.bb | 8 ++++++++ recipes-qt/qt5/qtwebkit-examples_5.1.0.bb | 5 +++++ recipes-qt/qt5/qtwebkit-examples_git.bb | 4 ++++ 5 files changed, 25 insertions(+) create mode 100644 recipes-qt/qt5/qtwebkit-examples.inc create mode 100644 recipes-qt/qt5/qtwebkit-examples_5.0.2.bb create mode 100644 recipes-qt/qt5/qtwebkit-examples_5.1.0.bb create mode 100644 recipes-qt/qt5/qtwebkit-examples_git.bb diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index 432da9f7f9..b9959ac4c7 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc @@ -16,6 +16,7 @@ PREFERRED_VERSION_qtsensors = "${QT5_VERSION}" PREFERRED_VERSION_qtscript = "${QT5_VERSION}" PREFERRED_VERSION_qtsvg = "${QT5_VERSION}" PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}" +PREFERRED_VERSION_qtwebkit-examples = "${QT5_VERSION}" PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}" # append % only if it isn't included already diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc new file mode 100644 index 0000000000..e8fa3e72c1 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples.inc @@ -0,0 +1,7 @@ +require qt5.inc + +LICENSE = "BSD & LGPLv2+" +LIC_FILES_CHKSUM = "file://examples/webkitwidgets/scroller/wheel/main.cpp;endline=112;md5=6f92d041824c63426993c8ce3ae0eb77 \ + file://examples/webkitwidgets/imageanalyzer/imageanalyzer.cpp;endline=223;md5=13ffb472fefe4bdf6464954a22251f35" + +DEPENDS += "qtwebkit" diff --git a/recipes-qt/qt5/qtwebkit-examples_5.0.2.bb b/recipes-qt/qt5/qtwebkit-examples_5.0.2.bb new file mode 100644 index 0000000000..42a2264bf0 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples_5.0.2.bb @@ -0,0 +1,8 @@ +require qt5-${PV}.inc +require ${PN}.inc + +# was renamed to just qtwebkit-examples in 5.1 +QT_MODULE = "qtwebkit-examples-and-demos" + +SRC_URI[md5sum] = "9c48df80ba9bb3587b4d6ec35daf840a" +SRC_URI[sha256sum] = "10981ae3a6775387badce33542733d63895c5a62b3b33e0973d782ec1b9174e6" diff --git a/recipes-qt/qt5/qtwebkit-examples_5.1.0.bb b/recipes-qt/qt5/qtwebkit-examples_5.1.0.bb new file mode 100644 index 0000000000..1e671b6b55 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples_5.1.0.bb @@ -0,0 +1,5 @@ +require qt5-${PV}.inc +require ${PN}.inc + +SRC_URI[md5sum] = "a27360f16e4ca31e3d1098d1b2feba73" +SRC_URI[sha256sum] = "f8078a87df729103e6009432e5b784531842997197827f67db8a34f1715f8921" diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit-examples_git.bb new file mode 100644 index 0000000000..67c2091d89 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples_git.bb @@ -0,0 +1,4 @@ +require qt5-git.inc +require ${PN}.inc + +SRCREV = "08118e862731b5ce91368d326a04b4a565e7f483"