* [meta-oe][PATCH] utouch-evemu: force serial build
@ 2014-03-31 5:39 Trevor Woerner
2014-04-20 11:45 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2014-03-31 5:39 UTC (permalink / raw)
To: openembedded-devel; +Cc: patches
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(+)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] utouch-evemu: force serial build
2014-03-31 5:39 [meta-oe][PATCH] utouch-evemu: force serial build Trevor Woerner
@ 2014-04-20 11:45 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-20 11:45 UTC (permalink / raw)
To: Trevor Woerner; +Cc: openembedded-devel, patches
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
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
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 5:39 [meta-oe][PATCH] utouch-evemu: force serial build Trevor Woerner
2014-04-20 11:45 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.