summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorBernhard Sessler <bernhard.sessler@corscience.de>2014-02-05 14:01:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-11 14:27:59 +0100
commitf4daee9ddcaa672839c5d51dd0fba25c1dfab652 (patch)
tree3e3c68511cdf1827ce7c5500316befe8667ca591 /rules/cppunit.make
parentede3f0134e45a6acdd5d1625d5302fa69420564e (diff)
downloadptxdist-f4daee9ddcaa672839c5d51dd0fba25c1dfab652.tar.gz
ptxdist-f4daee9ddcaa672839c5d51dd0fba25c1dfab652.tar.xz
cppunit: version bump 1.12.1 -> 1.13.2
CppUnit is now maintained by the Document Foundation, as the original project seems to be pretty much dead. Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> [mol: don't forget the patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make18
1 files changed, 7 insertions, 11 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 4cfa34445..52cb2db5b 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -2,6 +2,7 @@
#
# Copyright (C) 2005 by Shahar Livne <shahar@livnex.com>
# 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+# 2014 by Bernhard Seßler <bernhard.sessler@corscience.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -17,11 +18,11 @@ PACKAGES-$(PTXCONF_CPPUNIT) += cppunit
#
# Paths and names
#
-CPPUNIT_VERSION := 1.12.1
-CPPUNIT_MD5 := bd30e9cf5523cdfc019b94f5e1d7fd19
+CPPUNIT_VERSION := 1.13.2
+CPPUNIT_MD5 := d1c6bdd5a76c66d2c38331e2d287bc01
CPPUNIT := cppunit-$(CPPUNIT_VERSION)
CPPUNIT_SUFFIX := tar.gz
-CPPUNIT_URL := $(call ptx/mirror, SF, cppunit/$(CPPUNIT).$(CPPUNIT_SUFFIX))
+CPPUNIT_URL := http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
CPPUNIT_SOURCE := $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT)
@@ -29,13 +30,8 @@ CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT)
# Prepare
# ----------------------------------------------------------------------------
-CPPUNIT_PATH := PATH=$(CROSS_PATH)
-CPPUNIT_ENV := $(CROSS_ENV)
-
-#
-# autoconf
-#
-CPPUNIT_AUTOCONF := \
+CPPUNIT_CONF_TOOL := autoconf
+CPPUNIT_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-doxygen
@@ -52,7 +48,7 @@ $(STATEDIR)/cppunit.targetinstall:
@$(call install_fixup, cppunit,AUTHOR,"Shahar Livne <shahar@livnex.com>")
@$(call install_fixup, cppunit,DESCRIPTION,missing)
- @$(call install_lib, cppunit, 0, 0, 0644, libcppunit-1.12)
+ @$(call install_lib, cppunit, 0, 0, 0644, libcppunit-1.13)
@$(call install_finish, cppunit)