libreoffice: switch to oe.utils.parallel_make_argument for parallel make

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-04 14:17:23 +01:00
parent 7652f30ee9
commit 03a470f266

View File

@@ -36,7 +36,7 @@ EXTRA_OECONF = " \
--without-doxygen \
--enable-release-build \
--disable-verbose \
--with-parallelism=${@oe.utils.cpu_count()} \
${@oe.utils.parallel_make_argument(d, '--with-parallelism=%d')} \
\
--with-system-librevenge \
--with-system-libabw \