diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-07 16:34:10 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-08 16:36:53 -0700 |
commit | b98154a851e93c1c4284066062e3fae7cc1e837c (patch) | |
tree | c81e8b88f6c8606681c6c0e66285972a8732ee65 /meta/recipes-extended | |
parent | cdbbc68d0824e979580ab9aaad48d9d01507e9a2 (diff) | |
download | poky-b98154a851e93c1c4284066062e3fae7cc1e837c.tar.gz |
at: Disable PARALLEL_MAKE for at and add back to task-basic
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.12.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-basic.bb | 2 |
2 files changed, 4 insertions, 2 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" | |||
5 | DEPENDS = "flex libpam initscripts" | 5 | DEPENDS = "flex libpam initscripts" |
6 | RCONFLICTS_${PN} = "atd" | 6 | RCONFLICTS_${PN} = "atd" |
7 | RREPLACES_${PN} = "atd" | 7 | RREPLACES_${PN} = "atd" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 10 | SRC_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 | |||
41 | PARALLEL_MAKE = "" | ||
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb index 7a44474711..831b3e3ddc 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-poky-basic.bb | |||
@@ -131,7 +131,7 @@ RDEPENDS_task-poky-rpm = "\ | |||
131 | " | 131 | " |
132 | 132 | ||
133 | RDEPENDS_task-poky-sys-services = "\ | 133 | RDEPENDS_task-poky-sys-services = "\ |
134 | # at \ | 134 | at \ |
135 | bzip2 \ | 135 | bzip2 \ |
136 | cronie \ | 136 | cronie \ |
137 | dbus \ | 137 | dbus \ |