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>
This commit is contained in:
Martin Jansa
2018-12-21 20:59:53 +00:00
parent 725fc1f98e
commit 2be27319a1

View File

@@ -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"