summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at_3.1.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at/at_3.1.12.bb')
-rw-r--r--meta/recipes-extended/at/at_3.1.12.bb4
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 bec09b6958..999aa7fe3d 100644
--- a/meta/recipes-extended/at/at_3.1.12.bb
+++ b/meta/recipes-extended/at/at_3.1.12.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5DEPENDS = "flex libpam initscripts" 5DEPENDS = "flex libpam initscripts"
6RCONFLICTS_${PN} = "atd" 6RCONFLICTS_${PN} = "atd"
7RREPLACES_${PN} = "atd" 7RREPLACES_${PN} = "atd"
8PR = "r2" 8PR = "r3"
9 9
10SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ 10SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
11 file://configure.patch \ 11 file://configure.patch \
@@ -37,3 +37,5 @@ do_install () {
37 install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/at 37 install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/at
38 ln -sf ../init.d/at ${D}${sysconfdir}/rcS.d/S99at 38 ln -sf ../init.d/at ${D}${sysconfdir}/rcS.d/S99at
39} 39}
40
41PARALLEL_MAKE = ""