connman: update musl incompatibility reason
authorBaruch Siach <baruch@tkos.co.il>
Sun, 7 May 2017 17:54:00 +0000 (20:54 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 May 2017 19:27:24 +0000 (21:27 +0200)
connman no longer triggers a conflict of userspace and kernel headers since
commit 69ced96355 (musl: workaround kernel if_ether.h header conflict). The
real blocker for musl build (besides a few missing includes here and there)
is the missing res_ninit() implementation. Update the comment accordingly.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/connman/Config.in

index 39a81ee9f0f8ee71762cc435a251348fcef135ec..28cf16861c8d89370b0ee04aa0a4561ef9bd186b 100644 (file)
@@ -5,7 +5,7 @@ config BR2_PACKAGE_CONNMAN
        depends on BR2_USE_MMU # dbus, libglib2
        depends on !BR2_STATIC_LIBS # needs dlopen()
        depends on BR2_TOOLCHAIN_HAS_SYNC_4
-       depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
+       depends on !BR2_TOOLCHAIN_USES_MUSL # missing res_ninit()
        select BR2_PACKAGE_DBUS
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_IPTABLES