Files
buildroot/package/nqptp/Config.in
Bernd Kuhls 73772bc5ea package/nqptp: needs threads
Fixes:
https://autobuild.buildroot.net/results/5b5/5b5eac85ca0221596ee12ea5e23acde46c6b7edb/

checking for pthread_create in -lpthread... no
configure: error: pthread library needed

NPTL support is not needed, this defconfig builds:

BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_PTHREADS=y
BR2_GCC_VERSION_15_X=y
BR2_PACKAGE_NQPTP=y

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-07 15:03:40 +01:00

19 lines
560 B
Plaintext

config BR2_PACKAGE_NQPTP
bool "nqptp"
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBCONFIG
help
nqptp is a daemon that monitors timing data from PTP clocks
it sees on ports 319 and 320. It maintains records for one
clock, identified by its Clock ID.
It is a companion application to Shairport Sync and provides
timing information for AirPlay 2 operation.
https://github.com/mikebrady/nqptp
comment "nqptp needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS