summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
commita909822ea915cfbf2387bd13885faf39f03a585d (patch)
treed1d57fd082fa7139c17453a538a37b4f82c3cb2e /rules/host-ipkg-utils.make
parent94df0f6084d8f7f3513ab7a4cc64e0de64c7e3c1 (diff)
downloadptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.gz
ptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.xz
changed get and extract macros to use packet labels
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ipkg-utils.make')
-rw-r--r--rules/host-ipkg-utils.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-ipkg-utils.make b/rules/host-ipkg-utils.make
index 726f7e357..8a1bea3b8 100644
--- a/rules/host-ipkg-utils.make
+++ b/rules/host-ipkg-utils.make
@@ -38,7 +38,7 @@ $(STATEDIR)/host-ipkg-utils.get: $(host-ipkg-utils_get_deps_default)
$(HOST_IPKG_UTILS_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(HOST_IPKG_UTILS_URL))
+ @$(call get, HOST_IPKG_UTILS)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ host-ipkg-utils_extract: $(STATEDIR)/host-ipkg-utils.extract
$(STATEDIR)/host-ipkg-utils.extract: $(host-ipkg-utils_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_IPKG_UTILS_DIR))
- @$(call extract, $(HOST_IPKG_UTILS_SOURCE), $(HOST_BUILDDIR))
+ @$(call extract, HOST_IPKG_UTILS, $(HOST_BUILDDIR))
@$(call patchin, $(HOST_IPKG_UTILS), $(HOST_IPKG_UTILS_DIR))
perl -i -p -e "s,^PREFIX=(.*),PREFIX=$(PTXCONF_HOST_PREFIX)/usr,g" \
$(HOST_IPKG_UTILS_DIR)/Makefile