]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssh/dropbear: No need for each to PROVIDE ssh/sshd
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jul 2011 13:33:02 +0000 (14:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2011 09:49:48 +0000 (10:49 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_5.8p2.bb
meta/recipes-core/dropbear/dropbear.inc

index ec33b29681e9048b14526b02c5200d81b46e589b..e23069cb77dd0b3f089889a6bb94c1be448d5d20 100644 (file)
@@ -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"
index c9c41d21173e3eebac9a22a18502643e1a7607de..1b51e1a5881256f1697d0841c31b38a69a226674 100644 (file)
@@ -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 \