diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-25 10:26:48 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-25 10:26:48 +0100 |
commit | 88181074bd3cfe59aab74b2139488c215cd030f0 (patch) | |
tree | 3ffc106620a7586011ae44aca1a67052f15b9df6 /meta/packages/busybox | |
parent | 236b0c2b11401e44dd0fc430fc8d137148dff1eb (diff) | |
download | poky-88181074bd3cfe59aab74b2139488c215cd030f0.tar.gz |
busybox: Disable parallel make
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/busybox')
-rw-r--r-- | meta/packages/busybox/busybox_1.9.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb index fb6ff70d24..6c7656ee4c 100644 --- a/meta/packages/busybox/busybox_1.9.1.bb +++ b/meta/packages/busybox/busybox_1.9.1.bb | |||
@@ -23,3 +23,8 @@ do_configure () { | |||
23 | install -m 0644 ${WORKDIR}/defconfig ${S}/.config | 23 | install -m 0644 ${WORKDIR}/defconfig ${S}/.config |
24 | cml1_do_configure | 24 | cml1_do_configure |
25 | } | 25 | } |
26 | |||
27 | # | ||
28 | # libbb/appletlib.c:38:27: error: applet_tables.h: No such file or directory | ||
29 | # | ||
30 | PARALLEL_MAKE = "" | ||