diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-03-12 11:24:04 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-13 13:59:05 +0100 |
commit | aa9f6a9b133104b54c1abc0db203c30b6c0ea364 (patch) | |
tree | ed5aa388c36e69e480fd7b0916834828b1139162 /package/parted/Config.in | |
parent | ce6727f63046c49d5e778af72e7096ff2e3ad82c (diff) |
New package: parted
[Peter: needs largefile + wchar]
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/parted/Config.in')
-rw-r--r-- | package/parted/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/parted/Config.in b/package/parted/Config.in new file mode 100644 index 000000000..610c04022 --- /dev/null +++ b/package/parted/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_PARTED + bool "parted" + depends on BR2_LARGEFILE + depends on BR2_USE_WCHAR + select BR2_PACKAGE_LVM2 + select BR2_PACKAGE_READLINE + select BR2_PACKAGE_UTIL_LINUX + help + parted, the GNU partition resizing program + + http://www.gnu.org/software/parted/ + +comment "parted requires a toolchain with LARGEFILE+WCHAR support" + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) |