summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-08-26 21:01:06 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-31 17:21:32 +0100
commit8a135291724859281c0be503e8a12fc4ddcd9fe8 (patch)
treea92cfa8515b823de9afbdef745cb72325583b2a6 /meta/recipes-extended/at
parent43938f11afa0e22a90c8ec6ccb8d9a861f950056 (diff)
downloadpoky-8a135291724859281c0be503e8a12fc4ddcd9fe8.tar.gz
at: run daemon as root user
Permission problems are encountered when running atd as the default (daemon) user, so run it as root instead. These options are also used in the OpenEmbedded recipe for at. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r--meta/recipes-extended/at/at_3.1.12.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb
index 141168dc9a..83a456eaeb 100644
--- a/meta/recipes-extended/at/at_3.1.12.bb
+++ b/meta/recipes-extended/at/at_3.1.12.bb
@@ -12,3 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
12 12
13SRC_URI[md5sum] = "1e67991776148fb319fd77a2e599a765" 13SRC_URI[md5sum] = "1e67991776148fb319fd77a2e599a765"
14SRC_URI[sha256sum] = "7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3" 14SRC_URI[sha256sum] = "7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3"
15
16EXTRA_OECONF += "--with-jobdir=/var/spool/cron/atjobs \
17 --with-atspool=/var/spool/cron/atspool \
18 --with-daemon_username=root \
19 --with-daemon_groupname=root \
20 "