aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-09-01 12:18:46 -0700
committerKhem Raj <raj.khem@gmail.com>2020-09-01 15:37:44 -0700
commit0b15dce76afdf132b7bf27e4ea53aeda6ee38cb9 (patch)
tree3dc08fbf896eb4fb539bc11844044e900e9669f3 /meta-networking/recipes-connectivity
parent40ef9eea78a76397b809b7476d9a35b57e6df988 (diff)
downloadmeta-openembedded-contrib-0b15dce76afdf132b7bf27e4ea53aeda6ee38cb9.tar.gz
autossh: Depend on ssh instead of hardcoding openssh
This helps it to use dropbear Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb2
1 files changed, 1 insertions, 1 deletions
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 "