64673d4cfb
The latest uClibc-ng version (1.0.30) provides clock_nanosleep() even for non NPTL configurations. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
config BR2_PACKAGE_NILFS_UTILS
|
|
bool "nilfs-utils"
|
|
depends on BR2_USE_MMU # util-linux libmount, libblkid
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # sem_open()
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
help
|
|
Tools for creating and managing NILFS2 filesystems.
|
|
|
|
https://github.com/nilfs-dev/nilfs-utils
|
|
|
|
comment "nilfs-utils needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|