tstools: uses fork() therefore needs MMU
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 May 2014 09:17:44 +0000 (11:17 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 May 2014 09:37:32 +0000 (11:37 +0200)
Fixes:

  http://autobuild.buildroot.org/results/4f6/4f611e085a3e21319a98f5383adf2caac77a0bd6/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/tstools/Config.in

index 24d4403105f9d2bcc37f21db660d8c08a09070c5..6712b0f8ed4996859ca9394aa7c6683dbe6fa795 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TSTOOLS
        bool "tstools"
        depends on BR2_LARGEFILE
+       depends on BR2_USE_MMU # fork()
        help
          This is a set of cross-platform command line tools for
          working with MPEG data
@@ -18,3 +19,4 @@ config BR2_PACKAGE_TSTOOLS
 
 comment "tstools needs a toolchain w/ largefile"
        depends on !BR2_LARGEFILE
+       depends on BR2_USE_MMU