66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
config BR2_PACKAGE_PARTED
|
|
bool "parted"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_MMU # lvm2
|
|
select BR2_PACKAGE_LVM2
|
|
select BR2_PACKAGE_READLINE
|
|
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)
|