summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-29 22:48:14 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-29 22:48:14 +0200
commit689883536bc801f0a423d24e0f05d937887d3df8 (patch)
tree7c6622b4a4c0145af909bbcf589f088ca28d66fd
parent52351cbdaf71c52563b159edadae5d98da1eaf27 (diff)
downloadembtoolkit-689883536bc801f0a423d24e0f05d937887d3df8.tar.gz
embtoolkit-689883536bc801f0a423d24e0f05d937887d3df8.tar.bz2
embtoolkit-689883536bc801f0a423d24e0f05d937887d3df8.tar.xz
Build system: fix packages using embtk_decompress_hostpkg
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/kernel-headers.mk2
-rw-r--r--mk/macros.mk2
-rwxr-xr-xmk/uclibc.mk2
-rw-r--r--packages/compression/zlib/zlib.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/mk/kernel-headers.mk b/mk/kernel-headers.mk
index a0c869f..ed9de7f 100644
--- a/mk/kernel-headers.mk
+++ b/mk/kernel-headers.mk
@@ -56,5 +56,5 @@ $(LINUX_BUILD_DIR)/.headers_installed: download_linux \
$(Q)touch $@
$(LINUX_BUILD_DIR)/.decompressed:
- $(call embtk_decompress_hostpkg,linux)
+ $(call embtk_decompress_pkg,linux)
diff --git a/mk/macros.mk b/mk/macros.mk
index a154c56..5c06c7d 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -440,7 +440,7 @@ define __embtk_install_hostpkg_make
$(call embtk_generic_msg,"Compiling and installing $(__embtk_pkg_name)-$(__embtk_pkg_version) for host...")
$(Q)$(if $(strip $(__embtk_pkg_deps)),$(MAKE) $(__embtk_pkg_deps))
$(Q)$(call embtk_download_pkg,$(1))
- $(Q)$(call embtk_decompress_hostpkg,$(1))
+ $(Q)$(call embtk_decompress_pkg,$(1))
$(Q)$(if $(__embtk_autotoolspkg-y),$(call embtk_configure_hostpkg,$(1)))
$(Q)$(if $(__embtk_pkg_makedirs), \
$(__embtk_multi_make), \
diff --git a/mk/uclibc.mk b/mk/uclibc.mk
index f3649d6..715eb09 100755
--- a/mk/uclibc.mk
+++ b/mk/uclibc.mk
@@ -97,7 +97,7 @@ else
endif
$(UCLIBC_BUILD_DIR)/.decompressed:
- $(call embtk_decompress_hostpkg,uClibc)
+ $(call embtk_decompress_pkg,uClibc)
#
# uClibc configuration macros and target
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...")