From 1f0b5635c875564757f72eedf0b6c8971b53c5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 11 Dec 2015 00:22:54 +0100 Subject: [PATCH] libreoffice-native: add some dependencies for running gengal 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-native.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index 9ccac5a..8e259a9 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -65,8 +65,12 @@ LDFLAGS += "-g" do_compile() { # inspired by ${B}/Makefile BUILDDIR=${B} oe_runmake -f ${S}/Makefile.gbuild build-tools + # gengal was not designed for build on its own - we need to add dependencies BUILDDIR=${B} oe_runmake Executable_gengal BUILDDIR=${B} oe_runmake Library_ucb1 + BUILDDIR=${B} oe_runmake Library_configmgr + BUILDDIR=${B} oe_runmake Library_fwk + BUILDDIR=${B} oe_runmake Library_i18npool } do_install() {