mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
autossh: Depend on ssh instead of hardcoding openssh
This helps it to use dropbear Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
40ef9eea78
commit
0b15dce76a
@ -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 "
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user