mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
openssh/dropbear: No need for each to PROVIDE ssh/sshd
Nothing in the system actually uses the PROVIDES field for these recipes, its usually the runtime packages that are used. We can therefore remove the PROVIDES and hence quieten the associated warnings from bitbake. If these recipes do really need the PROVIDES, they would be better as virtuals and adding that to MULTI_PROVIDER_WHITELIST. (From OE-Core rev: 84f3ae92ab4345cc99b47e021ff960857f803d45) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,7 +12,6 @@ PR = "r0"
|
||||
DEPENDS = "zlib openssl"
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
PROVIDES = "ssh sshd"
|
||||
RPROVIDES = "ssh sshd"
|
||||
|
||||
CONFLICTS_${PN} = "dropbear"
|
||||
|
||||
@@ -8,7 +8,6 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5b0c2f0d0c49dfde9558ae2036683c"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
PROVIDES = "ssh sshd"
|
||||
RPROVIDES = "ssh sshd"
|
||||
|
||||
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user