diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:40:37 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 12:01:44 -0800 |
| commit | 9da91c4d19e8e1acdd03629a27d17325981823e3 (patch) | |
| tree | a521b5aae64c41d4c723f1a1df4e198c4552c0e1 | |
| parent | 2aef5fbebcdc185382837209ee669dd7ec77baf6 (diff) | |
| download | meta-openembedded-9da91c4d19e8e1acdd03629a27d17325981823e3.tar.gz | |
uw-imap: Disable parallelism
It fails on highcore machines
e.g.
| make[1]: *** [Makefile:697: rebuild] Error 1
| make[1]: *** Waiting for unfinished jobs....
| make[2]: *** No rule to make target '../c-client/osdep.h', needed by 'ipop2d.o'. Stop.
| make[2]: *** Waiting for unfinished jobs....
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb index 9fb12b26e4..29c4b20878 100644 --- a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb +++ b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | |||
| @@ -50,3 +50,5 @@ RCONFLICTS:${PN} = "libc-client" | |||
| 50 | 50 | ||
| 51 | ALLOW_EMPTY:${PN} = "1" | 51 | ALLOW_EMPTY:${PN} = "1" |
| 52 | 52 | ||
| 53 | PARALLEL_MAKE = "" | ||
| 54 | |||
