pcp: Disable parallel compile

This fails often with
| chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory
|     8 | #include "localconfig.h"
|       |          ^~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-02-03 08:48:52 -08:00
parent 4b4485fe77
commit 3ab9736fc6
2 changed files with 8 additions and 0 deletions
@@ -46,4 +46,8 @@ do_install () {
PCP_MAN_DIR=${D}/${mandir} \
PCP_DOC_DIR=${D}/${docdir}
}
#| chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory
#| 8 | #include "localconfig.h"
#| | ^~~~~~~~~~~~~~~
PARALLEL_MAKE = ""
+4
View File
@@ -219,3 +219,7 @@ FILES:${PN}-dev += " \
${datadir}/man/man3/pms* \
${datadir}/man/man3/pmt* \
"
#| chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory
#| 8 | #include "localconfig.h"
#| | ^~~~~~~~~~~~~~~
PARALLEL_MAKE = ""