From 6f1b5c555d7a28da9ba85812d8239a9378cb64b1 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 9 Apr 2014 22:12:51 -0400 Subject: abiword: force build order There is a race condition whereby "libgoffice.la" must be built (and exist) before the rest of the code in "src" is built. Signed-off-by: Trevor Woerner Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb index 69d62efa16..073622a723 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb @@ -50,6 +50,14 @@ do_configure() { autotools_do_configure } +do_compile() { + cd ${S}/goffice-bits2 + make goffice-paths.h + make libgoffice.la + cd ${S} + oe_runmake +} + PACKAGES += " ${PN}-clipart ${PN}-strings ${PN}-systemprofiles ${PN}-templates " FILES_${PN} += " \ -- cgit 1.2.3-korg