summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
Commit message (Collapse)AuthorAgeFilesLines
* attr: version bump 2.4.47 -> 2.4.48Michael Olbrich2019-09-191-17/+7
| | | | | | 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>
* host-attr: ignore gettextMichael Olbrich2014-06-181-0/+3
| | | | | | Otherwise configure will fail if gettext is not available. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-attr: don't use := when deref'ing HOST_ATTR_PKGDIRMarc Kleine-Budde2013-02-041-1/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-attr: really fix building with sh == dashMichael Olbrich2012-06-151-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-attr: fix building with sh == dashMichael Olbrich2012-06-151-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-attr] Added DIST_ROOT definition in .make fragmentCarsten Schlote2010-05-031-1/+2
| | | | | | | | | | Added the missing definition for DIST_ROOT to install stage, otherwise it tries to install host binaries into the host filesystem instead to PKG_DIR. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: use HOST_ATTR_PKGDIR instead of ATTR_PKGDIR, adjust libexecdir] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-attr] just cleanupsMarc Kleine-Budde2010-01-111-16/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-attr] fix installation of libs and headersMarc Kleine-Budde2010-01-111-6/+11
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-attr] just cleanupsMarc Kleine-Budde2010-01-081-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-attr] Added host compile for libattr.so and headersCarsten Schlote2010-01-081-0/+60
This local build is required for other local build tools, e.g. e2fstools or other host tools which need to care about xattr on filesystems. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>