diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-02-04 19:33:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 23:31:02 +0000 |
commit | 04361bc8f2100db95ae158613e15b9e705292960 (patch) | |
tree | 804d447060cab1434bec5d6878b4bd3e63bf2c5e | |
parent | 36dd58a58fc4b04fa7fb4b02a49a134bb6c21145 (diff) | |
download | poky-04361bc8f2100db95ae158613e15b9e705292960.tar.gz |
openssh: fix RPROVIDES
(From OE-Core rev: 43ddc955727361458fec92731775a1fc7f29917c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.1p1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.1p1.bb b/meta/recipes-connectivity/openssh/openssh_6.1p1.bb index 71d71e4464..32c3b2c8a4 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.1p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.1p1.bb | |||
@@ -12,7 +12,8 @@ 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 | RPROVIDES = "ssh sshd" | 15 | RPROVIDES_${PN}-ssh = "ssh" |
16 | RPROVIDES_${PN}-sshd = "sshd" | ||
16 | 17 | ||
17 | RCONFLICTS_${PN} = "dropbear" | 18 | RCONFLICTS_${PN} = "dropbear" |
18 | RCONFLICTS_${PN}-sshd = "dropbear" | 19 | RCONFLICTS_${PN}-sshd = "dropbear" |