diff options
-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 376023c635..8757f82b31 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb | |||
@@ -7,7 +7,7 @@ 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 = "r2" | 10 | PR = "r3" |
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)}" |
@@ -78,7 +78,7 @@ do_install_append () { | |||
78 | install -d ${D}${sysconfdir}/init.d | 78 | install -d ${D}${sysconfdir}/init.d |
79 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/sshd | 79 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/sshd |
80 | rm -f ${D}${bindir}/slogin ${D}${datadir}/Ssh.bin | 80 | rm -f ${D}${bindir}/slogin ${D}${datadir}/Ssh.bin |
81 | rmdir ${D}/var/run/sshd ${D}/var/run ${D}/var | 81 | rmdir ${D}${localstatedir}/run/sshd ${D}${localstatedir}/run ${D}${localstatedir} |
82 | } | 82 | } |
83 | 83 | ||
84 | ALLOW_EMPTY_${PN} = "1" | 84 | ALLOW_EMPTY_${PN} = "1" |