From 4a0beee17a7b3be144771363920419604f1facec Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 9 May 2016 13:25:01 +0300 Subject: AM: add runtime dependency to libcrypto Change-Id: I8625d00cd99af3b15dd8d8e97c4fb76726824b9e Task-number: QTAUTO-49 Reviewed-by: Robert Griebl --- recipes-qt/automotive/qtapplicationmanager_git.bb | 1 + 1 file changed, 1 insertion(+) 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" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" +RDEPENDS_${PN} = "libcrypto" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf