From b98154a851e93c1c4284066062e3fae7cc1e837c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 7 Sep 2010 16:34:10 -0700 Subject: at: Disable PARALLEL_MAKE for at and add back to task-basic Signed-off-by: Saul Wold --- meta/recipes-extended/at/at_3.1.12.bb | 4 +++- 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" DEPENDS = "flex libpam initscripts" RCONFLICTS_${PN} = "atd" RREPLACES_${PN} = "atd" -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ file://configure.patch \ @@ -37,3 +37,5 @@ do_install () { install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/at ln -sf ../init.d/at ${D}${sysconfdir}/rcS.d/S99at } + +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 = "\ " RDEPENDS_task-poky-sys-services = "\ -# at \ + at \ bzip2 \ cronie \ dbus \ -- cgit v1.2.3-54-g00ecf