summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb1
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
35DEPENDS = "qtbase qtdeclarative libyaml libarchive \ 35DEPENDS = "qtbase qtdeclarative libyaml libarchive \
36 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 36 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
37RDEPENDS_${PN} = "libcrypto"
37 38
38S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
39 40