diff options
Diffstat (limited to 'package/parted')
-rw-r--r-- | package/parted/Config.in.host | 6 | ||||
-rw-r--r-- | package/parted/parted.mk | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/package/parted/Config.in.host b/package/parted/Config.in.host new file mode 100644 index 0000000000..f5d7acc2a2 --- /dev/null +++ b/package/parted/Config.in.host @@ -0,0 +1,6 @@ +config BR2_PACKAGE_HOST_PARTED + bool "host parted" + help + parted, the GNU partition resizing program + + http://www.gnu.org/software/parted/ diff --git a/package/parted/parted.mk b/package/parted/parted.mk index afb8287f16..15e37a8c63 100644 --- a/package/parted/parted.mk +++ b/package/parted/parted.mk @@ -26,4 +26,10 @@ else PARTED_CONF_OPT += --disable-device-mapper endif +HOST_PARTED_DEPENDENCIES = host-util-linux +HOST_PARTED_CONF_OPT += \ + --without-readline \ + --disable-device-mapper \ + $(eval $(autotools-package)) +$(eval $(host-autotools-package)) |