summaryrefslogtreecommitdiffstats
path: root/rules/host-mtd-utils.make
Commit message (Collapse)AuthorAgeFilesLines
* mtd-utils: version bump 2.0.2 -> 2.1.1Alexander Dahl2019-10-031-1/+5
| | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-mtd-utils: Switch to autoconf based buildAlexander Dahl2019-10-031-12/+13
| | | | | | | | | | | mtd-utils went from plain Makefile to autotools with version 2. This was considered for the target package, but not for the host package. host-mtd-utils build will break however when upgrading to mtd-utils v2.1.x, so we fix this first before the version bump. Fixes: 11c111c3af11 ("mtd-utils: Upgrade from 1.5.2 to 2.0.1") Signed-off-by: Alexander Dahl <ada@thorsis.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>
* host-mtd-utils: always build with xattr supportMarc Kleine-Budde2015-11-121-4/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-mtd-utils: Fix build with gcc 5.1Bernhard Walle2015-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The build of host-mtd-utils fails with link errors: | ..../mkfs.ubifs/hashtable/hashtable_itr.o: | In function `hashtable_iterator_key': | ..../mkfs.ubifs/hashtable/hashtable_itr.c:43: | multiple definition of `hashtable_iterator_key' | ..../mkfs.ubifs/devtable.o:.../mkfs.ubifs/hashtable/hashtable_itr.h:34: | first defined here | ..../mkfs.ubifs/hashtable/hashtable_itr.o: | In function `hashtable_iterator_key': | ..../mkfs.ubifs/hashtable/hashtable_itr.c:43: | multiple definition of `hashtable_iterator_value' | ..../mkfs.ubifs/devtable.o:..../mkfs.ubifs/devtable.c:64: | first defined here The problem is the change of the default C standard from gnu89 to gnu11 which changes the semantics of 'inline'. The issue is described in the Porting guide at https://gcc.gnu.org/gcc-5/porting_to.html. Adding the '-fgnu89-inline' option fixes the issue. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: use HOST_MTD_UTILS_CFLAGS to add -fgnu89-inline] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update mtd-utils to 1.4.9Bernhard Walle2012-03-141-2/+0
| | | | | | | | | | | | | I had to rework some patches. Parallel build has been fixed upstream due in commits 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 and 05f56bf49ee0de8979c29c11f61a01e30e964444, so we should be able to enable it here. flash-info has been dropped and mtdinfo should be used instead. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: fixed series] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-mtd-utils] install to pkgdirMichael Olbrich2010-04-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete clean and prepare targetsMichael Olbrich2010-01-181-19/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-mtd-utils] use DESTDIR=/ to overwrite default DESTDIR=/usr/localMichael Olbrich2009-11-071-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-mtd-utils] use PTXDIST_SYSROOT_HOST instead of PTXCONF_SYSROOT_HOSTMarc Kleine-Budde2009-07-221-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-mtd-utils] don't use := in assignment of HOST_MTD_UTILS_MAKEVARSMarc Kleine-Budde2009-07-211-1/+2
| | | | | | | HOST_MTD_UTILS_DIR might not be set Reported-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-mtd-utils] reworked to play with current mtd-utils gitMarc Kleine-Budde2009-07-211-21/+5
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * mtd-utils.make, liblzo.make, host-mtd-utils.in, host-mtd-utils.make, ↵Marc Kleine-Budde2009-01-061-4/+4
| | | | | | | | | host-liblzo.make: cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9426 33e552b5-05e3-0310-8538-816dae2090ed
* * host-mtd-utils: broke on parallel buildRobert Schwebel2009-01-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9352 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils: update from 1.0.0-> 1.2.0Robert Schwebel2009-01-021-3/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9350 33e552b5-05e3-0310-8538-816dae2090ed
* * host-mtd-utils.make:Marc Kleine-Budde2008-10-281-35/+19
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8974 33e552b5-05e3-0310-8538-816dae2090ed
* * platform support: added pending changesRobert Schwebel2008-04-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7931 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils: moved 'mtd' to new packet 'mtd-utils', which fitsRobert Schwebel2007-01-021-0/+92
reality better. Merged from branches/ptxdist-trunk-mkl by rsc. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6594 33e552b5-05e3-0310-8538-816dae2090ed