pkg-infra: add host-xxx-package macro
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 2 Jul 2012 22:05:46 +0000 (00:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Jul 2012 18:17:33 +0000 (20:17 +0200)
commitc98337911cc2427f9cf78e9da44a1b1dead61d4b
tree071259690fa9af2b30348b3cb46f7e22cece0e09
parentd09967e0716894b91d27348877467ecba5eccad0
pkg-infra: add host-xxx-package macro

Create host-generic-package, host-autotools-package and
host-cmake-package macros.  Such a macro is more intuitive to use than
the $(call ...,host) construct.  Also it speeds things up by having
one less $(call ...) evaluation.

Also includes documentation update, but not for buildroot.html.

This brings the time for 'make -qp' (which is used by bash-completion)
down from 1.85s to 1.35s on my laptop.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/adding-packages-autotargets.txt
docs/manual/adding-packages-cmaketargets.txt
docs/manual/adding-packages-gentargets.txt
package/pkg-autotargets.mk
package/pkg-cmaketargets.mk
package/pkg-gentargets.mk
support/scripts/pkg-stats