mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user