summaryrefslogtreecommitdiff
path: root/strata/tools/parted.morph
Commit message (Collapse)AuthorAgeFilesLines
* parted.morph: Remove the perl requirement from bootstrap.confTristan Van Berkom2016-03-241-0/+1
| | | | | | | | | | | | | | | | | The gnulib bootstrap script is idiotic, when it does get_version(), it looks for a string v${major}.${minor}.${micro}... it starts this by taking the last 'v' on the line and removing everything else. On an arm arch, instead of getting 5.22.0 from the (v5.22.0) string output from perl --version... it gets 5tejl-linux from the armv5tejl-linux string on the same line... get_version() thus thinks we have "perl 5" and breaks. This is not a problem for armv7lhf builds, because the bootstrap script conveniently interprets perl's version as perl version 7, which is newer than the required 5.6. Change-Id: I1445cfd84efd37c1828eae09def88b27f18af250
* parted.morph: Make parted not depend on rsyncJavier Jardón2015-06-071-0/+1
| | | | | | Similar to what we do with coreutils components Change-Id: Ice0ad31adb4afdeca74c6eab886d3506e70e994e
* Add parted to toolsTiago Gomes2015-04-091-0/+10
It is required for Ironic. Change-Id: Ie5297598201479f7dff182de3a1d39bcd61bd6cb