summaryrefslogtreecommitdiffstats
path: root/patches
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 /patches
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 'patches')
-rw-r--r--patches/cppunit-1.13.2/0001-cppunit-config.in-add-SYSROOT-support.patch33
l---------patches/cppunit-1.13.2/autogen.sh1
-rw-r--r--patches/cppunit-1.13.2/series4
3 files changed, 0 insertions, 38 deletions
diff --git a/patches/cppunit-1.13.2/0001-cppunit-config.in-add-SYSROOT-support.patch b/patches/cppunit-1.13.2/0001-cppunit-config.in-add-SYSROOT-support.patch
deleted file mode 100644
index 1955985e3..000000000
--- a/patches/cppunit-1.13.2/0001-cppunit-config.in-add-SYSROOT-support.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Date: Sat, 9 Jan 2010 19:17:59 +0100
-Subject: [PATCH] cppunit-config.in: add SYSROOT support
-
-Forwarded: not-needed
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
----
- cppunit-config.in | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/cppunit-config.in b/cppunit-config.in
-index 51e8b58..9ee6fc9 100644
---- a/cppunit-config.in
-+++ b/cppunit-config.in
-@@ -81,14 +81,14 @@ if test "$echo_exec_prefix" = "yes"; then
- fi
-
- if test "$echo_cflags" = "yes"; then
-- if test "$includedir" != "/usr/include" ; then
-- echo -I$includedir
-+ if test "${SYSROOT}$includedir" != "/usr/include" ; then
-+ echo -I${SYSROOT}$includedir
- fi
- fi
-
- if test "$echo_libs" = "yes"; then
-- if test @libdir@ != /usr/lib ; then
-- my_linker_flags="-L@libdir@"
-+ if test ${SYSROOT}@libdir@ != /usr/lib ; then
-+ my_linker_flags="-L${SYSROOT}@libdir@"
- fi
- echo ${my_linker_flags} -lcppunit @LIBADD_DL@
- fi
diff --git a/patches/cppunit-1.13.2/autogen.sh b/patches/cppunit-1.13.2/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/cppunit-1.13.2/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh \ No newline at end of file
diff --git a/patches/cppunit-1.13.2/series b/patches/cppunit-1.13.2/series
deleted file mode 100644
index 9a92af491..000000000
--- a/patches/cppunit-1.13.2/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-cppunit-config.in-add-SYSROOT-support.patch
-# dd7437f61cb7df775f43529822055ee8 - git-ptx-patches magic