summaryrefslogtreecommitdiffstats
path: root/rules/libsigcpp.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-09-19 07:02:13 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-09-19 07:02:13 +0000
commit6f5684b7d9bfb53cd3b051ad1d410ca994920af7 (patch)
treec8ec32a4783cf791dfd212b66f334049c6f4f62a /rules/libsigcpp.make
parent8e05bb464aeed93ec34543beaed1e5a78527189d (diff)
downloadptxdist-6f5684b7d9bfb53cd3b051ad1d410ca994920af7.tar.gz
ptxdist-6f5684b7d9bfb53cd3b051ad1d410ca994920af7.tar.xz
* libsigcpp: 2.0 was broken for cross, update to 2.2.2
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8852 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libsigcpp.make')
-rw-r--r--rules/libsigcpp.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libsigcpp.make b/rules/libsigcpp.make
index bdf89f3e1..ee434ea7d 100644
--- a/rules/libsigcpp.make
+++ b/rules/libsigcpp.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_LIBSIGCPP) += libsigcpp
#
# Paths and names
#
-LIBSIGCPP_VERSION := 2.0.18
+LIBSIGCPP_VERSION := 2.2.2
LIBSIGCPP := libsigc++-$(LIBSIGCPP_VERSION)
LIBSIGCPP_SUFFIX := tar.bz2
-LIBSIGCPP_URL := http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX)
+LIBSIGCPP_URL := http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX)
LIBSIGCPP_SOURCE := $(SRCDIR)/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX)
LIBSIGCPP_DIR := $(BUILDDIR)/$(LIBSIGCPP)