2012-03-12 11:24:04 +01:00
|
|
|
config BR2_PACKAGE_PARTED
|
|
|
|
bool "parted"
|
2020-01-13 20:30:44 +01:00
|
|
|
depends on BR2_ENABLE_LOCALE
|
2012-03-12 11:24:04 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2020-02-13 23:36:44 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_UCLIBC
|
2012-03-12 11:24:04 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
2012-03-20 09:09:18 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2012-03-12 11:24:04 +01:00
|
|
|
help
|
|
|
|
parted, the GNU partition resizing program
|
|
|
|
|
|
|
|
http://www.gnu.org/software/parted/
|
|
|
|
|
2020-02-13 23:36:44 +01:00
|
|
|
comment "parted needs a glibc or musl toolchain w/ locale, wchar"
|
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || \
|
|
|
|
!BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
|