package/wavemon: remove NPTL dependency
wavemon does not use pthread_mutexattr_setrobust since version 0.8.2 andd271685e03
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit8cefb9bb7f
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d4b4a30139
commit
8d06dd1f55
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_WAVEMON
|
config BR2_PACKAGE_WAVEMON
|
||||||
bool "wavemon"
|
bool "wavemon"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_LIBNL
|
select BR2_PACKAGE_LIBNL
|
||||||
help
|
help
|
||||||
@ -15,5 +15,5 @@ config BR2_PACKAGE_WAVEMON
|
|||||||
|
|
||||||
https://github.com/uoaerg/wavemon
|
https://github.com/uoaerg/wavemon
|
||||||
|
|
||||||
comment "wavemon needs a toolchain w/ NPTL"
|
comment "wavemon needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
Reference in New Issue
Block a user