diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-05-09 13:25:01 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-05-09 12:27:09 +0000 |
commit | 4a0beee17a7b3be144771363920419604f1facec (patch) | |
tree | 6ecb05db0dfa9617320fa1a5e8c34e5437e7806e | |
parent | e9768164d0328b2eeac5cadd89719df2a4a10928 (diff) | |
download | meta-boot2qt-4a0beee17a7b3be144771363920419604f1facec.tar.gz |
AM: add runtime dependency to libcrypto
Change-Id: I8625d00cd99af3b15dd8d8e97c4fb76726824b9e
Task-number: QTAUTO-49
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index db16275..a17a29d 100644 --- a/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/recipes-qt/automotive/qtapplicationmanager_git.bb | |||
@@ -34,6 +34,7 @@ BRANCH = "5.7" | |||
34 | 34 | ||
35 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ | 35 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ |
36 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | 36 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" |
37 | RDEPENDS_${PN} = "libcrypto" | ||
37 | 38 | ||
38 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
39 | 40 | ||