]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/parted: add a host variant
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 12 Dec 2013 18:18:42 +0000 (19:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Dec 2013 22:58:39 +0000 (23:58 +0100)
commit749b2589ea63cbdcf180d019441a05dcaef4ebe9
tree1b5fe8e417d3f563a3301bd45e2ad27acd230c3c
parent2079f07a926ec0b489ab30befe0cb2bcaebc40f6
package/parted: add a host variant

Useful for for-build scripts to call parted, eg. to generate
partition tables and such automatically.

Since the primary goal is to use parted within scripts, we
do not need readline, so it is forcibly disabled.

Also, it does look unlikely that we need to manipulate LVM
volumes, so we forcibly disable support for the device-mapper.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in.host
package/parted/Config.in.host [new file with mode: 0644]
package/parted/parted.mk