mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-09 23:14:47 +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:
parent
4b4485fe77
commit
3ab9736fc6
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user