summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
Commit message (Collapse)AuthorAgeFilesLines
* 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>