package/wavemon: remove NPTL dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 16 Feb 2019 10:50:27 +0000 (11:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 27 Mar 2019 16:51:59 +0000 (17:51 +0100)
wavemon does not use pthread_mutexattr_setrobust since version 0.8.2 and
https://github.com/uoaerg/wavemon/commit/d271685e03bc896829d8cc01ca0de28cd7b6ba72

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/wavemon/Config.in

index b72a6177592dbd823a01ec04d336e937aadf0a5d..0cb4cb5c69ab64829020c852b2dd265dbb42053d 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_WAVEMON
        bool "wavemon"
-       depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_NCURSES
        select BR2_PACKAGE_LIBNL
        help
@@ -15,5 +15,5 @@ config BR2_PACKAGE_WAVEMON
 
          https://github.com/uoaerg/wavemon
 
-comment "wavemon needs a toolchain w/ NPTL"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
+comment "wavemon needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS