diff options
-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. |