diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-16 20:08:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-18 13:24:58 +0100 |
commit | 79e4de84063cdd3d8eab65ae93d9c896829212e8 (patch) | |
tree | 215ff9e216b02a672eddb0d0708c370f77805e9f /meta/recipes-connectivity/openssh | |
parent | 0529f93440b2d67af8b2272b4d18220ae94e91d8 (diff) | |
download | poky-79e4de84063cdd3d8eab65ae93d9c896829212e8.tar.gz |
recipes: replace CONFLICTS with RCONFLICTS_${PN}
(From OE-Core rev: fbcda6eff010e0a39cc0145a514e7de99f475145)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.0p1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb index 04fd6a9c69..376023c635 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb | |||
@@ -7,14 +7,14 @@ SECTION = "console/network" | |||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=e326045657e842541d3f35aada442507" | 8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=e326045657e842541d3f35aada442507" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
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 = "ssh sshd" |
16 | 16 | ||
17 | CONFLICTS_${PN} = "dropbear" | 17 | RCONFLICTS_${PN} = "dropbear" |
18 | RCONFLICTS_${PN}-sshd = "dropbear" | 18 | RCONFLICTS_${PN}-sshd = "dropbear" |
19 | RCONFLICTS_${PN}-keygen = "ssh-keygen" | 19 | RCONFLICTS_${PN}-keygen = "ssh-keygen" |
20 | 20 | ||