diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 15:55:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:26 +0100 |
| commit | 1e3bbf71fa190f0f34b6a5223616cafe2446256e (patch) | |
| tree | bc00ac99bdb1e071a4dd4d6abfa797c7629dc9e6 | |
| parent | 7f515e942e48f8937d81143388f6c006909bfe93 (diff) | |
| download | poky-1e3bbf71fa190f0f34b6a5223616cafe2446256e.tar.gz | |
openssh: cleanup update-alternatives deprecated code
(From OE-Core rev: 11c169a9b289b0412e512c37d380a99fd1630df5)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.0p1.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb index 8757f82b31..31202d4284 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb | |||
| @@ -101,10 +101,6 @@ CONFFILES_${PN}-sshd = "${sysconfdir}/ssh/sshd_config" | |||
| 101 | CONFFILES_${PN}-ssh = "${sysconfdir}/ssh/ssh_config" | 101 | CONFFILES_${PN}-ssh = "${sysconfdir}/ssh/ssh_config" |
| 102 | 102 | ||
| 103 | ALTERNATIVE_PRIORITY = "90" | 103 | ALTERNATIVE_PRIORITY = "90" |
| 104 | |||
| 105 | ALTERNATIVE_${PN}-scp = "scp" | 104 | ALTERNATIVE_${PN}-scp = "scp" |
| 106 | ALTERNATIVE_LINK_NAME[scp] = "${bindir}/scp" | ||
| 107 | |||
| 108 | ALTERNATIVE_${PN}-ssh = "ssh" | 105 | ALTERNATIVE_${PN}-ssh = "ssh" |
| 109 | ALTERNATIVE_LINK_NAME[ssh] = "${bindir}/ssh" | ||
| 110 | 106 | ||
