diff options
| -rw-r--r-- | meta/recipes-extended/at/at_3.1.12.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index 30fdb68f36..f2017b77f9 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb | |||
| @@ -11,7 +11,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | |||
| 11 | 11 | ||
| 12 | RCONFLICTS_${PN} = "atd" | 12 | RCONFLICTS_${PN} = "atd" |
| 13 | RREPLACES_${PN} = "atd" | 13 | RREPLACES_${PN} = "atd" |
| 14 | PR = "r6" | 14 | PR = "r7" |
| 15 | 15 | ||
| 16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ |
| 17 | file://configure.patch \ | 17 | file://configure.patch \ |
| @@ -50,6 +50,8 @@ do_install () { | |||
| 50 | install -d ${D}${sysconfdir}/rcS.d | 50 | install -d ${D}${sysconfdir}/rcS.d |
| 51 | install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/atd | 51 | install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/atd |
| 52 | ln -sf ../init.d/atd ${D}${sysconfdir}/rcS.d/S99at | 52 | ln -sf ../init.d/atd ${D}${sysconfdir}/rcS.d/S99at |
| 53 | cp -r ${D}/usr/doc/at ${D}${docdir}/ | ||
| 54 | rm -rf ${D}/usr/doc | ||
| 53 | 55 | ||
| 54 | for feature in ${DISTRO_FEATURES}; do | 56 | for feature in ${DISTRO_FEATURES}; do |
| 55 | if [ "$feature" = "pam" ]; then | 57 | if [ "$feature" = "pam" ]; then |
