diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 17:12:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 17:36:36 +0000 |
commit | 238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f (patch) | |
tree | a94bd5d8b5b9003e21423038fe4ccee7c74d7f09 /meta/recipes-devtools | |
parent | 0de88dc9aa30f29ec1ab5cc0c541c8be859392ab (diff) | |
download | openembedded-core-238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f.tar.gz openembedded-core-238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f.tar.bz2 openembedded-core-238a4eb4f4a60e0e0b8d675bb547a423b9a80c9f.zip |
openjade-native: Run make depend to ensure dependencies are correct and avoid parallel make failures
[YOCTO #877]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb index e8a7c4513a..0de8b963ab 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb @@ -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. |