mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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 = ""
|
||||
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user