All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] shared-mime-info: disable parallel build
Date: Fri, 15 Apr 2016 10:53:23 +0300	[thread overview]
Message-ID: <c203666fa4b52c9f1dac0327a188d42dc5c18237.1460706803.git.baruch@tkos.co.il> (raw)

Fixes:
http://autobuild.buildroot.net/results/f93/f93b988335320669e184e0ddc9c1a1feb072d539/
http://autobuild.buildroot.net/results/4a9/4a98d3961d59ab2f1ff7210d0f8b15fee9086219/
http://autobuild.buildroot.net/results/3a2/3a20787f66a85b0e02caf101d79aa4134f5625fe/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/shared-mime-info/shared-mime-info.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/shared-mime-info/shared-mime-info.mk b/package/shared-mime-info/shared-mime-info.mk
index a70bc9a1c49c..4588d8ec2f12 100644
--- a/package/shared-mime-info/shared-mime-info.mk
+++ b/package/shared-mime-info/shared-mime-info.mk
@@ -16,6 +16,7 @@ SHARED_MIME_INFO_CONF_OPTS = \
 HOST_SHARED_MIME_INFO_CONF_OPTS = \
 	--disable-update-mimedb \
 	--disable-default-make-check
+SHARED_MIME_INFO_MAKE = $(MAKE1)
 SHARED_MIME_INFO_LICENSE = GPLv2
 SHARED_MIME_INFO_LICENSE_FILES = COPYING
 
-- 
2.8.0.rc3

                 reply	other threads:[~2016-04-15  7:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c203666fa4b52c9f1dac0327a188d42dc5c18237.1460706803.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.