libv4l: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 21 May 2014 17:35:29 +0000 (14:35 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 22 May 2014 09:09:58 +0000 (11:09 +0200)
Fixes:
http://autobuild.buildroot.net/results/989/989d32f3532283817e9439aa78cceff5983dc421/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libv4l/Config.in
package/opencv/Config.in

index 9d0492187bed4c940c55d48c3bfc9f1a2e6ea12f..2c9a9192f2c946331d8b3bb27cbf862b1864b6d2 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBV4L
        bool "libv4l"
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_JPEG
        help
          libv4l is an accompanying collection of libraries that adds a thin
@@ -61,3 +62,4 @@ endif
 
 comment "libv4l needs a toolchain w/ largefile, threads"
        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU
index 49ada5d16383122424dcd17a2aac06b6775d9659..f9ee416e77372a2f1218fbfa3500ae8db8f4a646 100644 (file)
@@ -189,12 +189,14 @@ config BR2_PACKAGE_OPENCV_WITH_V4L
        bool "v4l support"
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU # libv4l fork
        select BR2_PACKAGE_LIBV4L
        help
          Enable Video 4 Linux support.
 
 comment "v4l support needs a toolchain w/ largefile, threads"
        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU
 
 comment "Install options"