From 689883536bc801f0a423d24e0f05d937887d3df8 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 29 Aug 2011 22:48:14 +0200 Subject: Build system: fix packages using embtk_decompress_hostpkg Signed-off-by: Abdoulaye Walsimou Gaye --- packages/compression/zlib/zlib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/compression') diff --git a/packages/compression/zlib/zlib.mk b/packages/compression/zlib/zlib.mk index 7e9a1ad..4baa010 100644 --- a/packages/compression/zlib/zlib.mk +++ b/packages/compression/zlib/zlib.mk @@ -118,7 +118,7 @@ $(ZLIB_HOST_BUILD_DIR)/.installed: download_zlib \ @touch $@ $(ZLIB_HOST_SRC_DIR)/.decompressed: - $(call embtk_decompress_hostpkg,ZLIB_HOST) + $(call embtk_decompress_pkg,ZLIB_HOST) $(ZLIB_HOST_BUILD_DIR)/.configured: $(call embtk_generic_msg,"Configure $(ZLIB_HOST_PACKAGE) for host...") -- cgit v1.2.3