1config BR2_PACKAGE_USSP_PUSH 2 bool "ussp-push" 3 depends on !BR2_STATIC_LIBS # bluez5_utils 4 depends on BR2_USE_WCHAR # libglib2 5 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2 6 depends on BR2_USE_MMU # dbus 7 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils 8 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils 9 select BR2_PACKAGE_OPENOBEX 10 select BR2_PACKAGE_BLUEZ5_UTILS 11 help 12 ussp-push is an OBEX object pusher for Linux, using the BlueZ 13 BlueTooth stack. 14 15 http://www.xmailserver.org/ussp-push.html 16 17comment "ussp-push needs a toolchain w/ wchar, threads, dynamic library, headers >= 3.4" 18 depends on BR2_USE_MMU 19 depends on BR2_TOOLCHAIN_HAS_SYNC_4 20 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ 21 BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 22