summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-02-07 12:20:54 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-02-07 12:20:54 +0000
commit4f6b25a24211a381ed368686df50930ba4a48ff3 (patch)
treeebfff5efcc7a59e1988c983fcd6665ac40287c85 /rules/host-glib.make
parent8a3c7d342917fbd56f1d427bb43717b5c40359c5 (diff)
downloadptxdist-4f6b25a24211a381ed368686df50930ba4a48ff3.tar.gz
ptxdist-4f6b25a24211a381ed368686df50930ba4a48ff3.tar.xz
fixed targetoveriding and removed unnecessary get
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6993 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index e2198f1aa..855956f54 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -19,9 +19,6 @@ HOST_PACKAGES-$(PTXCONF_HOST_GLIB) += host-glib
#
HOST_GLIB_VERSION := 2.8.6
HOST_GLIB := glib-$(HOST_GLIB_VERSION)
-HOST_GLIB_SUFFIX := tar.bz2
-HOST_GLIB_URL := ftp://ftp.gtk.org/pub/gtk/v2.8//$(HOST_GLIB).$(HOST_GLIB_SUFFIX)
-HOST_GLIB_SOURCE := $(SRCDIR)/$(HOST_GLIB).$(HOST_GLIB_SUFFIX)
HOST_GLIB_DIR := $(HOST_BUILDDIR)/$(HOST_GLIB)
# ----------------------------------------------------------------------------
@@ -47,8 +44,8 @@ host-glib_extract: $(STATEDIR)/host-glib.extract
$(STATEDIR)/host-glib.extract: $(host-glib_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_GLIB_DIR))
- @$(call extract, HOST_GLIB, $(HOST_BUILDDIR))
- @$(call patchin, HOST_GLIB, $(HOST_GLIB_DIR))
+ @$(call extract, GLIB, $(HOST_BUILDDIR))
+ @$(call patchin, GLIB, $(HOST_GLIB_DIR))
@$(call touch, $@)
# ----------------------------------------------------------------------------