summaryrefslogtreecommitdiffstats
path: root/package/nilfs-utils
Commit message (Collapse)AuthorAgeFilesLines
* nilfs-utils: drop NPTL dependencyFabrice Fontaine2018-09-271-4/+2
| | | | | | | | 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>
* nilfs-utils: no comment if BR2_USE_MMU is trueFabrice Fontaine2018-09-271-1/+2
| | | | | | | | | Don't display comment if BR2_USE_MMU is true Moreover, move BR2_USE_MMU dependency at the top of dependency list Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nilfs-utils: fix build with static toolchainsKurt Van Dijck2018-01-272-1/+142
| | | | | | | | | | | | | This commit adds a patch to respect the dependency libmount->libblkid->libuuid properly in autoconf. This becomes necessary for static builds. Fixes: http://autobuild.buildroot.net/results/acaac513eaaa39d4000268428407a9fa6989ef03 http://autobuild.buildroot.net/results/41af95b9ed7bbbe319565e1c20d1f6e2665d445f [Peter: add host-pkgconf to dependencies] Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nilfs-utils: need NPTL threadsKurt Van Dijck2018-01-061-2/+4
| | | | | | | | | | | nilfs-utils use clock_nanosleep(), which comes with NPTL threads. We keep the dependency on threads, because sem_open() is really related to thread support. The dependency on NPTL for clock_nanosleep() might be lifted in the future, as it seems to be a bug in uClibc-ng. Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> [Thomas: update Config.in comment.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nilfs-utils: needs threads supportBaruch Siach2018-01-021-0/+4
| | | | | | | | | | | | | | nilfs-utils uses the sem_* family of functions from the realtime extension. Technically this is not part of pthreads. But in uClibc enabling threads enables also UCLIBC_HAS_REALTIME. Fixes: http://autobuild.buildroot.net/results/c5d/c5d93b6ab5b260fe5db46298b956a9ae765c828a/ http://autobuild.buildroot.net/results/9d6/9d6a248f9acbb58b6c2893de58978c6013332415/ Cc: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nilfs-utils: new packageKurt Van Dijck2017-12-316-0/+135
nilfs-utils provides the user-space utilities for the nilfs2 filesystem. Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud