From 67e7bff1082996e4017538adb285a00e5ae84f0e Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 19 May 2020 11:55:27 +0200 Subject: linux-toradex-mainline: depend on openssl-native Using later OpenEmbedded rocko layers otherwise leads to the following: /bin/sh: openssl: command not found Signed-off-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex-mainline_4.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb index 3954c52..4cac8ec 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb @@ -4,6 +4,8 @@ LICENSE = "GPLv2" FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-mainline-4.14:" +DEPENDS = "openssl-native" + LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" inherit kernel siteinfo -- cgit v1.2.3