aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-12-21 20:59:53 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-12-22 16:52:03 +0000
commit2be27319a1bc78a4507a6a466f70bc34b1d1f8d2 (patch)
treede9e0c7703860dce40bcdb0073801b0a8c790cc2
parent725fc1f98e0140dad5d03725c80fa096f2886c0b (diff)
libqofono: add dependency on qtxmlpatterns
* without qtxmlpatterns PACKAGECONFIG in qtdeclarative there is now: log.qt5-libqofono:ERROR: libqofono-0.92+gitrAUTOINC+6916cd030b-r0 do_package_qa: QA Issue: libqofono rdepends on qtxmlpatterns, but it isn't a build dependency, missing qtxmlpatterns in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-connectivity/libqofono/libqofono_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb
index 64ce039e..8b57e171 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 qtdeclarative"
+DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084"
SRC_URI = "git://git.merproject.org/mer-core/libqofono.git"