diff mbox

[meta-oe] utouch-evemu: force serial build

Message ID 1396244397-4124-1-git-send-email-trevor.woerner@linaro.org
State Accepted
Commit dde3dbd9a3347e292e15d6b8f1e3e61561acf441
Headers show

Commit Message

Trevor Woerner March 31, 2014, 5:39 a.m. UTC
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@linaro.org>
---
 meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Martin Jansa April 20, 2014, 11:45 a.m. UTC | #1
On Mon, Mar 31, 2014 at 01:39:57AM -0400, Trevor Woerner wrote:
> 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.

I'll take this as temporary solution, but please try to fix the Makefile
and remove PARALLEL_MAKE.

> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
>  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 = ""
> -- 
> 1.9.0
>
diff mbox

Patch

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 = ""