mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0aaf18723d
commit
6f1b5c555d
@@ -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} += " \
|
||||
|
||||
Reference in New Issue
Block a user