From df18090b2dede916094a812fb0af70cade3e6ab2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 14 May 2018 16:15:30 +0300 Subject: Remove unneeded dependencies to qtxmlpatterns Change-Id: I164b037f397cb3049887a337ce79b970e51ad9a8 Reviewed-by: Mikko Gronoff --- recipes-connectivity/libqofono/libqofono_git.bb | 2 +- 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" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -DEPENDS += "qtbase qtxmlpatterns qtdeclarative" +DEPENDS += "qtbase qtdeclarative" SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" 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" HOMEPAGE = "https://qt.gitorious.org/qt-labs" LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9" -DEPENDS = "qtdeclarative qtxmlpatterns qtgraphicaleffects qtsvg qtmultimedia" +DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia" SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" QT_GIT_PROJECT = "qt-labs" -- cgit v1.2.3-54-g00ecf