From 69e64c42b7f325e6e21d063644eea51204321539 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 3 Jul 2012 00:06:54 +0200 Subject: all packages: use new host-xxx-package macros This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- package/nasm/nasm.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/nasm/nasm.mk') diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk index 9d9920905..72eeb121e 100644 --- a/package/nasm/nasm.mk +++ b/package/nasm/nasm.mk @@ -8,4 +8,5 @@ NASM_VERSION = 2.10.01 NASM_SOURCE = nasm-$(NASM_VERSION).tar.bz2 NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION) -$(eval $(call AUTOTARGETS,host)) +$(eval $(call AUTOTARGETS)) +$(eval $(host-autotools-package)) -- cgit v1.2.3