diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2020-07-07 19:27:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-07 19:31:12 -0700 |
commit | 45d6317353ea7431e2ffbe0419ba7e07a911265b (patch) | |
tree | b830d0a05673336ff2b7502ebb15abdc85851366 /meta-oe/recipes-support/multipath-tools | |
parent | f500029f3c488b8873c3f006e78bbb930fbe56a0 (diff) | |
download | meta-openembedded-45d6317353ea7431e2ffbe0419ba7e07a911265b.tar.gz |
multipath-tools: disable parallel build as a workaround
With parallel build enabled, we got the following error:
ld: error in libsg.o(.eh_frame); no .eh_frame_hdr table will be created
....
ld: BFD (GNU Binutils) 2.34.0.20200220 internal error, aborting at ../../bfd/merge.c:933 in _bfd_merged_section_offset
....
| make[1]: *** [Makefile:24: libcheckcciss_tur.so] Error 1
| make[1]: *** Waiting for unfinished jobs....
However, looking at the Makefile, it does not seem to have problem.
So disable the parallel build as a workaround.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index 0d0319137..48a348d80 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | |||
@@ -117,3 +117,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \ | |||
117 | " | 117 | " |
118 | 118 | ||
119 | RDEPENDS_${PN} += "kpartx" | 119 | RDEPENDS_${PN} += "kpartx" |
120 | PARALLEL_MAKE = "" | ||