2079f07a92
parted can be configured without support for readline (ie. can be not interactive), so we can relax the dependency on readline, and make it an optional feature. (Based on a code-snippet from Thomas.) Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
config BR2_PACKAGE_PARTED
|
|
bool "parted"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
parted, the GNU partition resizing program
|
|
|
|
http://www.gnu.org/software/parted/
|
|
|
|
comment "parted needs a toolchain w/ largefile, wchar"
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|