Revert "openssh: do not create an empty openssh-dev package"
An equivalent fix has been committed in Poky, so this is no longer needed in our layer. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
90b3c244da
commit
6a364ab3d2
|
|
@ -1,11 +0,0 @@
|
||||||
# Copyright (C) 2022 Digi International.
|
|
||||||
|
|
||||||
# Don't create an empty openssh-dev package.
|
|
||||||
#
|
|
||||||
# When building an SDK (with populate_sdk), all '-dev' packages are
|
|
||||||
# installed. And empty 'openssh-dev' package would pull in 'openssh-sshd'
|
|
||||||
# package even if our image is only depending on 'openssh-sftp'.
|
|
||||||
#
|
|
||||||
# This causes a conflict with 'dropbear' server, which is only using
|
|
||||||
# openssh-sftp.
|
|
||||||
ALLOW_EMPTY:${PN}-dev = "0"
|
|
||||||
Loading…
Reference in New Issue