diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-05-14 16:15:30 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-05-15 05:48:47 +0000 |
commit | df18090b2dede916094a812fb0af70cade3e6ab2 (patch) | |
tree | cdfba2e263d002e70af5655da04d705ec7ea3bce | |
parent | 467cd895622b0249b6bd82909fc192b35cdcde6d (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-qt/examples/qt5everywheredemo_1.0.bb | 2 |
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" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS += "qtbase qtxmlpatterns qtdeclarative" | 6 | DEPENDS += "qtbase qtdeclarative" |
7 | 7 | ||
8 | SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" | 8 | SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" |
9 | SRC_URI = "git://git.merproject.org/mer-core/libqofono.git" | 9 | SRC_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" | |||
4 | HOMEPAGE = "https://qt.gitorious.org/qt-labs" | 4 | HOMEPAGE = "https://qt.gitorious.org/qt-labs" |
5 | LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9" | 5 | LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9" |
6 | 6 | ||
7 | DEPENDS = "qtdeclarative qtxmlpatterns qtgraphicaleffects qtsvg qtmultimedia" | 7 | DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia" |
8 | 8 | ||
9 | SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" | 9 | SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" |
10 | QT_GIT_PROJECT = "qt-labs" | 10 | QT_GIT_PROJECT = "qt-labs" |