From 1cdf64d9f60aae4f90bc892258c0b9655b2e4951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 23 Nov 2015 01:00:09 +0100 Subject: [PATCH] libreoffice: verbose output for compile / write down some notes / fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index 63f604f..f91db78 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -62,18 +62,30 @@ export HOST_SYS export STAGING_LIBDIR export STAGING_INCDIR -# By default many many sources are downloaded from libreoffice mirrors. +# Notes: +# +# 1. By default many many sources are downloaded from libreoffice mirrors. # This can be avoided by --with-system-.. To see what's still loaded check # log.do_compile. -# problems during configure detected for (TBD?) +# +# 2. problems during configure detected for (TBD?) # * boost: 'configure: error: Could not find a version of the library!' +# +# 3. in case of trouble in do_compile: configure with --enable-verbose might +# help detecting culprit +# +# 4. TODO --with-parallelism + EXTRA_OECONF += " \ + --enable-verbose \ + \ --enable-gtk3 \ --disable-postgresql-sdbc \ --disable-collada \ --disable-coinmp \ --enable-python=system \ --with-tls=nss \ + \ --with-system-poppler \ --with-system-openldap \ --with-system-zlib \ @@ -130,7 +142,7 @@ do_configure() { mkdir -p ${B}/workdir/Executable - # icu binaries ar expected in our build tree + # icu binaries are expected in our build tree mkdir -p ${B}/workdir/UnpackedTarball/icu/source/ cd ${B}/workdir/UnpackedTarball/icu/source/ ln -sf ${STAGING_DATADIR_NATIVE}/icu/55.1/bin