diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 14:33:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 10:57:51 +0100 |
commit | d099a9e75110c96e452fe6f2288fa41cdc5d9e5d (patch) | |
tree | 54b06972dee03d35f3e4821efbb37835444d780c /meta/recipes-connectivity/openssh/openssh_5.8p2.bb | |
parent | 3e82f140478ee4d5ceb763b9456f50d6f13d24c6 (diff) | |
download | poky-d099a9e75110c96e452fe6f2288fa41cdc5d9e5d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_5.8p2.bb')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb index ec33b29681..e23069cb77 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" | |||
12 | DEPENDS = "zlib openssl" | 12 | DEPENDS = "zlib openssl" |
13 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 13 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
14 | 14 | ||
15 | PROVIDES = "ssh sshd" | ||
16 | RPROVIDES = "ssh sshd" | 15 | RPROVIDES = "ssh sshd" |
17 | 16 | ||
18 | CONFLICTS_${PN} = "dropbear" | 17 | CONFLICTS_${PN} = "dropbear" |