Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4 of 5 v2] alsa-utils: disable on no-mmu platforms (fork)
Date: Sun, 23 Feb 2014 11:11:18 +0100	[thread overview]
Message-ID: <bb2af0b4fae99bdd1e77.1393150278@argentina> (raw)
In-Reply-To: <patchbomb.1393150274@argentina>

alsa-utils uses fork which is not available on targets without MMU support.
It seems to be possible to replace fork with vfork in alsa-utils, but we do
not like to carry such patches in buildroot without them being accepted
upstream.

Fixes
http://autobuild.buildroot.org/results/9f8/9f8e572c9f1c677155cc7d1828371bcf572ff878

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/alsa-utils/Config.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ALSA_UTILS
 	bool "alsa-utils"
+	depends on BR2_USE_MMU # fork
 	depends on BR2_LARGEFILE
 	depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
 	select BR2_PACKAGE_ALSA_LIB
@@ -10,6 +11,7 @@ config BR2_PACKAGE_ALSA_UTILS
 	  http://www.alsa-project.org/
 
 comment "alsa-utils needs a toolchain w/ largefile, threads"
+	depends on BR2_USE_MMU # fork
 	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
 
 if BR2_PACKAGE_ALSA_UTILS

  parent reply	other threads:[~2014-02-23 10:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-23 10:11 [Buildroot] [PATCH 0 of 5 v2] alsa-lib/alsa-utils: autobuild fixes Thomas De Schampheleire
2014-02-23 10:11 ` [Buildroot] [PATCH 1 of 5 v2] alsa-lib: add sequence number to existing patches Thomas De Schampheleire
2014-02-23 10:12   ` Thomas Petazzoni
2014-02-23 10:11 ` [Buildroot] [PATCH 2 of 5 v2] alsa-lib: fix build when dynamic load is not supported (e.g. blackfin FLAT) Thomas De Schampheleire
2014-02-23 10:11 ` [Buildroot] [PATCH 3 of 5 v2] alsa-lib: add patch to remove hardcoded -ldl Thomas De Schampheleire
2014-02-23 10:11 ` Thomas De Schampheleire [this message]
2014-02-23 10:11 ` [Buildroot] [PATCH 5 of 5 v2] alsa-utils/Config.in: move comment to top, to fix nesting of config options Thomas De Schampheleire
2014-02-23 11:33 ` [Buildroot] [PATCH 0 of 5 v2] alsa-lib/alsa-utils: autobuild fixes Peter Korsgaard

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=bb2af0b4fae99bdd1e77.1393150278@argentina \
    --to=patrickdepinguin@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox