mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
openssh: break dependency on base package for -dev package
Otherwise the SDK fails to build as the main openssh and dropbear packages conflict with each other (From OE-Core rev: e863fc060940d11cd6fd58f0f314333ed419cf54) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit f90647e9dd95cfd29b5bdb8d7dcd688a10fc060c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
43980058ca
commit
010094a2ae
@@ -196,6 +196,11 @@ RRECOMMENDS_${PN}-sshd_append_class-target = "\
|
|||||||
${@bb.utils.filter('PACKAGECONFIG', 'rng-tools', d)} \
|
${@bb.utils.filter('PACKAGECONFIG', 'rng-tools', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# break dependency on base package for -dev package
|
||||||
|
# otherwise SDK fails to build as the main openssh and dropbear packages
|
||||||
|
# conflict with each other
|
||||||
|
RDEPENDS:${PN}-dev = ""
|
||||||
|
|
||||||
# gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies
|
# gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies
|
||||||
RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils"
|
RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user