summaryrefslogtreecommitdiffstats
path: root/rules/attr.make
Commit message (Collapse)AuthorAgeFilesLines
* attr: version bump 2.4.47 -> 2.4.48Michael Olbrich2019-09-191-19/+10
| | | | | | The build-system was moderniced. None of the patches are needed now. 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>
* License report: unify all license listsJuergen Borleis2017-12-081-1/+1
| | | | | | | | If a package uses more than one license at a time, the keyword "AND" should illustrate this. Follow this rule for all packages with more than one license in their list. Signed-off-by: Juergen Borleis <jbe@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>
* attr: always build the shared libraryMichael Olbrich2015-05-171-4/+2
| | | | | | Disabling it is broken and should not be used anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: update license information and add license file for report generationJuergen Borleis2015-02-061-0/+4
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: version bump 2.4.46 -> 2.4.47Robert Schwebel2014-01-171-2/+2
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: fix building with sh == dashMichael Olbrich2012-06-141-2/+3
| | | | | | The included libtool is broken and needs bash Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* attr: use endisRobert Schwebel2012-06-141-13/+3
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* attr: version bump 2.4.44 -> 2.4.46Robert Schwebel2012-06-141-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [attr] cleanup urlsMichael Olbrich2011-04-231-5/+2
| | | | | | | | | - add the primary upstream url - remove broken urls - remove an url that returns a different archive. (comments in aclocal.m4 etc.) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [attr] targetinstall consolidationRobert Schwebel2010-10-221-3/+1
| | | | | 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>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [attr] add option to disable install toolsMarc Kleine-Budde2010-01-081-2/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [attr] add alternative URLsCarsten Schlote2010-01-081-0/+2
| | | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: split into separate patch] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [attr] added shared library supportCarsten Schlote2010-01-081-3/+16
| | | | | | | | | This target build provides libattr.so and includes the attr control functions. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: remove trailing whitespace, install headers and libs] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [attr] rework DESTDIR supportMarc Kleine-Budde2010-01-081-3/+5
| | | | | | | | | | | | The DESTDIR support has been removed, as it doesn't work if trying to install shared libs. The buildsystem supports DIST_ROOT instead. So we add the appropriate DIST_ROOT to ATTR_INSTALL_OPT. We no longer have to use an external LIBTOOL, a working libtool comes with the package. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [attr] cleanup targetinstallMichael Olbrich2010-01-041-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [attr] just cleanupsMarc Kleine-Budde2009-12-271-2/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [attr] add another download URLRobert Schwebel2009-12-141-1/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [attr] don't build shared libsMichael Olbrich2009-11-031-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [attr] version bump 2.4.43 -> 2.4.44Michael Olbrich2009-11-021-4/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * attr.make:Marc Kleine-Budde2008-10-281-14/+5
| | | | | | | version bump to 2.4.43, cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8980 33e552b5-05e3-0310-8538-816dae2090ed
* * attr.make:Marc Kleine-Budde2008-06-161-49/+9
| | | | | | | | use cross-libtool cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8521 33e552b5-05e3-0310-8538-816dae2090ed
* * fix attr buildMichael Olbrich2008-06-061-2/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8451 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * attr: addedRobert Schwebel2008-05-181-0/+137
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8174 33e552b5-05e3-0310-8538-816dae2090ed