[oe-commits] Trevor Woerner : abiword: force build order

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:42 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 6f1b5c555d7a28da9ba85812d8239a9378cb64b1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6f1b5c555d7a28da9ba85812d8239a9378cb64b1

Author: Trevor Woerner <trevor.woerner at linaro.org>
Date:   Wed Apr  9 22:12:51 2014 -0400

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 <trevor.woerner at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 69d62ef..073622a 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} += " \



More information about the Openembedded-commits mailing list