]> code.ossystems Code Review - openembedded-core.git/commitdiff
at: Disable PARALLEL_MAKE for at and add back to task-basic
authorSaul Wold <Saul.Wold@intel.com>
Tue, 7 Sep 2010 23:34:10 +0000 (16:34 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 8 Sep 2010 23:36:53 +0000 (16:36 -0700)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-extended/at/at_3.1.12.bb
meta/recipes-extended/tasks/task-poky-basic.bb

index bec09b69585c9d7184138c1491ecca49c432db2f..999aa7fe3d8c196661a6abd3314364d0ea656deb 100644 (file)
@@ -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 = ""
index 7a44474711c22e26e2c6704a57e713cd5c34f66f..831b3e3ddcf63f2ad736495836fffa959bbdccb5 100644 (file)
@@ -131,7 +131,7 @@ RDEPENDS_task-poky-rpm = "\
     "
 
 RDEPENDS_task-poky-sys-services = "\
-#    at \
+    at \
     bzip2 \
     cronie \
     dbus \