summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 17:12:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 17:37:28 +0000
commit129c62433380a314dadffafb367c5bd6f7dccfaf (patch)
tree8c5ce86fea515ed703f8bfa353a8c478b8912444 /meta/recipes-devtools
parent7517529b9f0bf500cb9a0012f339e0ba054335ad (diff)
downloadast2050-yocto-poky-129c62433380a314dadffafb367c5bd6f7dccfaf.zip
ast2050-yocto-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')
-rw-r--r--meta/recipes-devtools/openjade/openjade-native_1.3.2.bb6
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 e8a7c45..0de8b96 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.
OpenPOWER on IntegriCloud