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:37:28 +0000 |
commit | 129c62433380a314dadffafb367c5bd6f7dccfaf (patch) | |
tree | 8c5ce86fea515ed703f8bfa353a8c478b8912444 /meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | |
parent | 7517529b9f0bf500cb9a0012f339e0ba054335ad (diff) | |
download | poky-129c62433380a314dadffafb367c5bd6f7dccfaf.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/openjade/openjade-native_1.3.2.bb')
-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" | |||
31 | 31 | ||
32 | SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst" | 32 | SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst" |
33 | 33 | ||
34 | # We need to do this else the source interdependencies aren't generated and | ||
35 | # build failures can result (e.g. zero size style/Makefile.dep file) | ||
36 | do_compile_prepend () { | ||
37 | oe_runmake depend | ||
38 | } | ||
39 | |||
34 | do_install() { | 40 | do_install() { |
35 | # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/openjade.html | 41 | # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/openjade.html |
36 | # for details. | 42 | # for details. |