diff options
author | Eric Bénard <eric@eukrea.com> | 2013-10-07 23:23:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-08 15:50:09 +0200 |
commit | 67cb9cddb10a2eb88586b09f0be2e9e55338dd24 (patch) | |
tree | 7096a9173ef62295d4bfcfa1b9f779f105f92d95 | |
parent | 0e5231d08eee74e3e0bc8a3324c59093a90991bc (diff) | |
download | meta-qt5-67cb9cddb10a2eb88586b09f0be2e9e55338dd24.tar.gz |
qtsystems: don't depend on qtjsondb
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtsystems.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtsystems.inc b/recipes-qt/qt5/qtsystems.inc index f7672b1f..8b2a7705 100644 --- a/recipes-qt/qt5/qtsystems.inc +++ b/recipes-qt/qt5/qtsystems.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtbase qtdeclarative qtjsondb udev bluez4 gconf" | 3 | DEPENDS += "qtbase qtdeclarative udev bluez4 gconf" |
4 | 4 | ||
5 | LICENSE = "BSD & LGPL-2.1 & GFDL-1.3" | 5 | LICENSE = "BSD & LGPL-2.1 & GFDL-1.3" |
6 | # LICENSE files are missing in 5.0.0 | 6 | # LICENSE files are missing in 5.0.0 |