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-17 12:38:22 +0000 |
| commit | d659e6242b06eb0a1bcb831b0dd21f0f17d2ac2e (patch) | |
| tree | f0572f2b9ae517252c16ef2725a359ef45353926 | |
| parent | 0cfdb4a029d9d18ae55ff15ba0255b88286dd9c7 (diff) | |
| download | poky-d659e6242b06eb0a1bcb831b0dd21f0f17d2ac2e.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>
| -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. |
