summaryrefslogtreecommitdiffstats
path: root/rules/host-intltool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-12-08 14:21:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-12-09 09:44:15 +0100
commitc42caef5a5e0fe56e2ad4f5baaf8d8b7aa1e07cb (patch)
tree4e2b7a07bccd0fb42056d2bd8c34c7d4c052b745 /rules/host-intltool.make
parent310b7a9769e50785d0e79a2d11adc2d7d33e74fa (diff)
downloadptxdist-c42caef5a5e0fe56e2ad4f5baaf8d8b7aa1e07cb.tar.gz
ptxdist-c42caef5a5e0fe56e2ad4f5baaf8d8b7aa1e07cb.tar.xz
host-intltool: version bump 0.40.6 -> 0.50.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-intltool.make')
-rw-r--r--rules/host-intltool.make21
1 files changed, 5 insertions, 16 deletions
diff --git a/rules/host-intltool.make b/rules/host-intltool.make
index 3765e0ec4..648b828c9 100644
--- a/rules/host-intltool.make
+++ b/rules/host-intltool.make
@@ -28,32 +28,21 @@ endif
#
# Paths and names
#
-HOST_INTLTOOL_VERSION := 0.40.6
-HOST_INTLTOOL_MD5 := 69bc0353323112f42ad4f9cf351bc3e5
+HOST_INTLTOOL_VERSION := 0.50.0
+HOST_INTLTOOL_MD5 := 0da9847a60391ca653df35123b1f7cc0
HOST_INTLTOOL := intltool-$(HOST_INTLTOOL_VERSION)
-HOST_INTLTOOL_SUFFIX := tar.bz2
-HOST_INTLTOOL_URL := http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
+HOST_INTLTOOL_SUFFIX := tar.gz
+HOST_INTLTOOL_URL := http://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
HOST_INTLTOOL_SOURCE := $(SRCDIR)/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
HOST_INTLTOOL_DIR := $(HOST_BUILDDIR)/$(HOST_INTLTOOL)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(HOST_INTLTOOL_SOURCE):
- @$(call targetinfo)
- @$(call get, HOST_INTLTOOL)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-HOST_INTLTOOL_PATH := PATH=$(HOST_PATH)
-HOST_INTLTOOL_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_INTLTOOL_AUTOCONF := $(HOST_AUTOCONF)
+HOST_INTLTOOL_CONF_TOOL := autoconf
# vim: syntax=make