From d099a9e75110c96e452fe6f2288fa41cdc5d9e5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jul 2011 14:33:02 +0100 Subject: 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 --- meta/recipes-core/dropbear/dropbear.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/dropbear') diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index c9c41d2117..1b51e1a588 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc @@ -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 \ -- cgit v1.2.3-54-g00ecf