alsa-utils: disable on no-mmu platforms (fork)
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 23 Feb 2014 10:11:18 +0000 (11:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Feb 2014 11:33:03 +0000 (12:33 +0100)
commit9520a56810ffb2c5d84aa2da283b37ec4c512b2c
treeb3641e7ee3e48bea00f7f64f0409d631c86801b6
parentffd7a00aef72359c630046fbb84d735a9f06db8a
alsa-utils: disable on no-mmu platforms (fork)

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/alsa-utils/Config.in