From 775954b74ce0188e9cd255050e96d4804821fa1e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Apr 2023 12:05:41 +0200 Subject: [PATCH] WIP Change-Id: I0d8d44632850c17d47807c6901415927aec65815 --- recipes-core/dropbear/dropbear.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/dropbear/dropbear.inc b/recipes-core/dropbear/dropbear.inc index 7a757e7..14d55fe 100644 --- a/recipes-core/dropbear/dropbear.inc +++ b/recipes-core/dropbear/dropbear.inc @@ -5,7 +5,7 @@ SECTION = "console/network" # some files are from other projects and have others license terms: # public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a5ec40cafba26fc4396d0b550f824e01" +LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f" DEPENDS = "zlib" RPROVIDES_${PN} = "ssh sshd"