diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 1 |
2 files changed, 0 insertions, 2 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" |
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" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5b0c2f0d0c49dfde9558ae2036683c" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5b0c2f0d0c49dfde9558ae2036683c" |
9 | 9 | ||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | PROVIDES = "ssh sshd" | ||
12 | RPROVIDES = "ssh sshd" | 11 | RPROVIDES = "ssh sshd" |
13 | 12 | ||
14 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \ | 13 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \ |