summaryrefslogtreecommitdiffstats
path: root/package/parted
Commit message (Collapse)AuthorAgeFilesLines
* parted: define licenseGustavo Zacarias2013-06-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lvm2: uses fork()Peter Korsgaard2013-02-051-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.org/results/cbc74e2fb5eaefac1fe17ada1dc46a5c906cc1c9 Also propagate BR2_USE_MMU to lvm2's reverse dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* parted: make sure to select libuuid in util-linuxThomas Petazzoni2012-03-211-0/+1
| | | | | | | | | | | | | | | | | | parted correctly depends on util-linux, but fails to select the libuuid suboption of util-linux, causing the following build failure if libuuid remains unselected: checking for uuid_generate in -luuid... no configure: error: GNU Parted requires libuuid - a part of the util-linux-ng package (but usually distributed separately in libuuid-devel, uuid-dev or similar) This can probably be found on your distribution's CD or FTP site or at: http://userweb.kernel.org/~kzak/util-linux-ng/ Note: originally, libuuid was part of the e2fsprogs package. Later, it moved to util-linux-ng-2.16, and that package is now the preferred source. make: *** [/home/test/test/output/build/parted-3.1/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: partedYegor Yefremov2012-03-132-0/+27
[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>