]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/eudev: we won't miss you, avr32
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 14 Feb 2015 09:23:14 +0000 (10:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Feb 2015 16:46:35 +0000 (17:46 +0100)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/eudev/Config.in
system/Config.in

index 7916fd03cfaddfc2ddadd196bd05c3da55cc0f95..7934cd7cbe376b612ad4c5ae3c2538f125f2a9a3 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_EUDEV
        bool "eudev"
-       depends on !BR2_avr32 # no epoll_create1
        depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
        depends on BR2_USE_MMU # uses fork()
        depends on BR2_LARGEFILE # util-linux
@@ -32,11 +31,9 @@ config BR2_PACKAGE_EUDEV_RULES_GEN
 endif
 
 comment "eudev needs eudev /dev management"
-       depends on !BR2_avr32
        depends on BR2_USE_MMU
        depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
 
 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
-       depends on !BR2_avr32
        depends on BR2_USE_MMU
        depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
index 95e10ab8e998b0152178e1c6086d413e57a8309a..fb8b686f1e1a3e5435a5b7c77eb0ea1dcf8b2403 100644 (file)
@@ -124,7 +124,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
 
 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
        bool "Dynamic using eudev"
-       depends on !BR2_avr32 # eudev
        depends on BR2_LARGEFILE
        depends on BR2_USE_WCHAR
        depends on !BR2_STATIC_LIBS
@@ -133,7 +132,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
        select BR2_PACKAGE_EUDEV
 
 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
-       depends on !BR2_avr32 # eudev
        depends on BR2_USE_MMU
        depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
                || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9