From 84f3ae92ab4345cc99b47e021ff960857f803d45 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. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-connectivity/openssh') diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb index ec33b2968..e23069cb7 100644 --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb @@ -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" -- cgit v1.2.3