summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-05-14 16:15:30 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-05-15 05:48:47 +0000
commitdf18090b2dede916094a812fb0af70cade3e6ab2 (patch)
treecdfba2e263d002e70af5655da04d705ec7ea3bce
parent467cd895622b0249b6bd82909fc192b35cdcde6d (diff)
downloadmeta-qt5-df18090b2dede916094a812fb0af70cade3e6ab2.tar.gz
Remove unneeded dependencies to qtxmlpatterns
Change-Id: I164b037f397cb3049887a337ce79b970e51ad9a8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-connectivity/libqofono/libqofono_git.bb2
-rw-r--r--recipes-qt/examples/qt5everywheredemo_1.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb
index c0859852..18e9b8fd 100644
--- a/recipes-connectivity/libqofono/libqofono_git.bb
+++ b/recipes-connectivity/libqofono/libqofono_git.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6DEPENDS += "qtbase qtxmlpatterns qtdeclarative" 6DEPENDS += "qtbase qtdeclarative"
7 7
8SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" 8SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084"
9SRC_URI = "git://git.merproject.org/mer-core/libqofono.git" 9SRC_URI = "git://git.merproject.org/mer-core/libqofono.git"
diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb
index 36d57f18..493344f7 100644
--- a/recipes-qt/examples/qt5everywheredemo_1.0.bb
+++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
4HOMEPAGE = "https://qt.gitorious.org/qt-labs" 4HOMEPAGE = "https://qt.gitorious.org/qt-labs"
5LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9" 5LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9"
6 6
7DEPENDS = "qtdeclarative qtxmlpatterns qtgraphicaleffects qtsvg qtmultimedia" 7DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia"
8 8
9SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" 9SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac"
10QT_GIT_PROJECT = "qt-labs" 10QT_GIT_PROJECT = "qt-labs"