From 0b15dce76afdf132b7bf27e4ea53aeda6ee38cb9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Sep 2020 12:18:46 -0700 Subject: autossh: Depend on ssh instead of hardcoding openssh This helps it to use dropbear Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/autossh') diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index a84fd9ac1a..9b69601e7b 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb @@ -8,7 +8,7 @@ SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277" -RDEPENDS_${PN} = "openssh" +RDEPENDS_${PN} = "ssh" CFLAGS_prepend = "-I${WORKDIR}/build " -- cgit v1.2.3-54-g00ecf