You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
35b0b2f8ea
- Change NILFS_UTILS_SITE to https://nilfs.sourceforge.io as this is the official site with the official tarballs - Remove first and third patch (already in version) - Drop fourth patch and host-pkgconf from dependencies, not needed since https://github.com/nilfs-dev/nilfs-utils/commit/d5ce780856db5200917b69cd1049bd7b839ac6bb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
517 B
Plaintext
17 lines
517 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://nilfs.sourceforge.io
|
|
|
|
comment "nilfs-utils needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|