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/directfb/directfb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/directfb/directfb.mk') diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index ecea7df9e..a7fb7f079 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -143,7 +143,7 @@ endef DIRECTFB_POST_INSTALL_STAGING_HOOKS += DIRECTFB_STAGING_CONFIG_FIXUP $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) # directfb-csource for the host DIRECTFB_HOST_BINARY:=$(HOST_DIR)/usr/bin/directfb-csource -- cgit v1.2.3