summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-06 12:58:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-06 22:45:52 +0200
commitf2a0246932c3f58f5f34e6748b40a09fd5ea8ecd (patch)
tree8bd70817a3c960643f0b318461b3700133ecaf80 /rules/cppunit.make
parent114f1007e28b0741bed6e62b9ee2b325f8095ab7 (diff)
downloadptxdist-f2a0246932c3f58f5f34e6748b40a09fd5ea8ecd.tar.gz
ptxdist-f2a0246932c3f58f5f34e6748b40a09fd5ea8ecd.tar.xz
cppunit: version bump 1.13.2 -> 1.14.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make14
1 files changed, 10 insertions, 4 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 52cb2db5b..2004c88c9 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -18,13 +18,14 @@ PACKAGES-$(PTXCONF_CPPUNIT) += cppunit
#
# Paths and names
#
-CPPUNIT_VERSION := 1.13.2
-CPPUNIT_MD5 := d1c6bdd5a76c66d2c38331e2d287bc01
+CPPUNIT_VERSION := 1.14.0
+CPPUNIT_MD5 := 7ad93022171710a541bfe4bfd8b4a381
CPPUNIT := cppunit-$(CPPUNIT_VERSION)
CPPUNIT_SUFFIX := tar.gz
CPPUNIT_URL := http://dev-www.libreoffice.org/src/$(CPPUNIT).$(CPPUNIT_SUFFIX)
CPPUNIT_SOURCE := $(SRCDIR)/$(CPPUNIT).$(CPPUNIT_SUFFIX)
CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT)
+CPPUNIT_LICENSE := LGPL-2.1-only
# ----------------------------------------------------------------------------
# Prepare
@@ -33,7 +34,12 @@ CPPUNIT_DIR := $(BUILDDIR)/$(CPPUNIT)
CPPUNIT_CONF_TOOL := autoconf
CPPUNIT_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-doxygen
+ --disable-doxygen \
+ --disable-dot \
+ --disable-html-docs \
+ --enable-latex-docs \
+ --disable-debug \
+ --disable-werror
# ----------------------------------------------------------------------------
# Target-Install
@@ -48,7 +54,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.13)
+ @$(call install_lib, cppunit, 0, 0, 0644, libcppunit-$(basename $(CPPUNIT_VERSION)))
@$(call install_finish, cppunit)