From 2b97af9b7299e5b54933d5f9da945a379514a026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Dec 2015 00:02:54 +0100 Subject: [PATCH] libreoffice-native: build libucb1 - gengal requires it 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index 37d3e06..9ccac5a 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -66,6 +66,7 @@ do_compile() { # inspired by ${B}/Makefile BUILDDIR=${B} oe_runmake -f ${S}/Makefile.gbuild build-tools BUILDDIR=${B} oe_runmake Executable_gengal + BUILDDIR=${B} oe_runmake Library_ucb1 } do_install() {