diff --git a/recipes-libreoffice/libreoffice/libreoffice.inc b/recipes-libreoffice/libreoffice/libreoffice.inc index 9c61f8a..b89d89d 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.inc +++ b/recipes-libreoffice/libreoffice/libreoffice.inc @@ -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 \