mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
openjade-native: Run make depend to ensure dependencies are correct and avoid parallel make failures
[YOCTO #877] (From OE-Core rev: 238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -31,6 +31,12 @@ CFLAGS =+ "-I${S}/include"
|
||||
|
||||
SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst"
|
||||
|
||||
# We need to do this else the source interdependencies aren't generated and
|
||||
# build failures can result (e.g. zero size style/Makefile.dep file)
|
||||
do_compile_prepend () {
|
||||
oe_runmake depend
|
||||
}
|
||||
|
||||
do_install() {
|
||||
# Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/openjade.html
|
||||
# for details.
|
||||
|
||||
Reference in New Issue
Block a user