From 5cecc9b38f2c2483df0cbee0008b1f76d18972fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 15 Jul 2013 23:20:38 +0200 Subject: [PATCH] libreoffice: fixes for configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice_4.1.0.2.bb | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/recipes-libreoffice/libreoffice_4.1.0.2.bb b/recipes-libreoffice/libreoffice_4.1.0.2.bb index a7bdd94..27c231f 100644 --- a/recipes-libreoffice/libreoffice_4.1.0.2.bb +++ b/recipes-libreoffice/libreoffice_4.1.0.2.bb @@ -1,6 +1,10 @@ DESCRIPTION = "Libre office base" LICENSE = "GPLv3 LGPLv3 MPLv1.1" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LGPL;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ +" SRC_URI = " \ http://download.documentfoundation.org/libreoffice/src/4.1.0/libreoffice-${PV}.tar.xz \ @@ -10,10 +14,10 @@ SRC_URI = " \ SRC_URI[md5sum] = "fd49e3518a91761dc9f7129476e60f19" SRC_URI[sha256sum] = "38daadf5da5f69962b12a9e4d36ad830d122ebab505aa6be19ca8ed780a8f776" -inherit autotools pkgconfig perlnative pythonnative +inherit autotools pkgconfig perlnative distutils-base DEPENDS = "python-lxml-native ccache-native archive-zip-native gperf-native bison-native" -DEPENDS += "cups zlib jpeg libxml2 libxslt" +DEPENDS += "gtk+ gconf virtual/libx11 gst-plugins-base libxt openssl cups zlib fontconfig libxml2 libxslt" # necessary to let the call for python-config succeed export BUILD_SYS @@ -21,11 +25,15 @@ export HOST_SYS export STAGING_LIBDIR export STAGING_INCDIR +# revisit: once we have python >= 3.3 --disable-python can go EXTRA_OECONF = " \ --with-gcc-home=${TOOLCHAIN_PATH} \ --without-java \ --without-doxygen \ + --disable-python \ + --disable-postgresql-sdbc \ + --disable-opengl \ " -# for scripting -RDEPENDS_${PN} = "python" +# for scripting (requires python >= 3.3) +#RDEPENDS_${PN} = "python"