From 4a94c9a0f1a4c96c8bb946657f2929a4c7e7e775 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Tue, 8 Oct 2013 00:52:53 +0200 Subject: qtlocation: don't depend on qtjsondb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jsondb is not listed a a dependencies on qtlocation in sync.profile and was removed in more recent versions as qtjsondb is no more maintained Signed-off-by: Eric Bénard Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtlocation.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtlocation.inc b/recipes-qt/qt5/qtlocation.inc index 348ca40e..70a43755 100644 --- a/recipes-qt/qt5/qtlocation.inc +++ b/recipes-qt/qt5/qtlocation.inc @@ -1,4 +1,4 @@ require qt5.inc -DEPENDS += "qtbase qt3d qtjsondb" +DEPENDS += "qtbase qt3d" # qtsystems qtmultimedia -- cgit v1.2.3-54-g00ecf