[oe-commits] Trevor Woerner : utouch-evemu: force serial build

git at git.openembedded.org git at git.openembedded.org
Tue Apr 1 17:15:17 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 8e31921a0c3b790b7312fa2c77b7375e0c445f16
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e31921a0c3b790b7312fa2c77b7375e0c445f16

Author: Trevor Woerner <trevor.woerner at linaro.org>
Date:   Mon Mar 31 01:39:57 2014 -0400

utouch-evemu: force serial build

My build always fails if allowed to build in parallel:

    | make[2]: *** No rule to make target `evemu-record.1', needed by `all-am'.  Stop.

Signed-off-by: Trevor Woerner <trevor.woerner at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
index 0efe79e..1dd5a86 100644
--- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -13,3 +13,5 @@ SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
 PV = "1.0.5+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
+
+PARALLEL_MAKE = ""



More information about the Openembedded-commits mailing list