diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-12-21 20:59:53 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-12-22 16:52:03 +0000 |
commit | 2be27319a1bc78a4507a6a466f70bc34b1d1f8d2 (patch) | |
tree | de9e0c7703860dce40bcdb0073801b0a8c790cc2 /recipes-connectivity/libqofono | |
parent | 725fc1f98e0140dad5d03725c80fa096f2886c0b (diff) | |
download | meta-qt5-2be27319a1bc78a4507a6a466f70bc34b1d1f8d2.tar.gz |
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>
Diffstat (limited to 'recipes-connectivity/libqofono')
-rw-r--r-- | recipes-connectivity/libqofono/libqofono_git.bb | 2 |
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" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS += "qtbase qtdeclarative" | 6 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
7 | 7 | ||
8 | SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" | 8 | SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084" |
9 | SRC_URI = "git://git.merproject.org/mer-core/libqofono.git" | 9 | SRC_URI = "git://git.merproject.org/mer-core/libqofono.git" |