From: Richard Purdie Date: Wed, 19 Jun 2019 16:19:48 +0000 (+0100) Subject: openssh: Add missing DEPENDS on virtual/crypt X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd0a1b1f733a8d9978d64fa23e9d083a716de87;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssh: Add missing DEPENDS on virtual/crypt Changes to libxcrypt revealed a missing dependency in the openssh recipe. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb index 0a5c2ffae5f..35cdf71eb30 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb @@ -8,7 +8,7 @@ SECTION = "console/network" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE;md5=429658c6612f3a9b1293782366ab29d8" -DEPENDS = "zlib openssl" +DEPENDS = "zlib openssl virtual/crypt" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \