summaryrefslogtreecommitdiffstats
path: root/rules/parted.make
Commit message (Collapse)AuthorAgeFilesLines
* parted: update to 3.3Matthias Schiffer2020-02-171-5/+5
| | | | | | | | | Fixes build against recent glibc. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Message-Id: <20200217085302.20804-1-matthias.schiffer@ew.tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* parted: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* parted: build with --disable-device-mapperMichael Olbrich2011-02-151-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* parted: version bump 1.8.7 -> 2.3Michael Olbrich2011-02-141-4/+3
| | | | | | | the license is now GPLv3 (was v2). I don't see a problem with this and 1.8.7 has issues with gcc 4.5 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [parted] targetinstall consolidationRobert Schwebel2010-10-221-4/+3
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [parted] Add new packetBart vdr. Meulen2010-06-021-0/+71
Adds the parted package to ptxdist We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the latest GPLv2 version. Anything newer is GPLv3 Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>