summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-23 08:35:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-23 08:35:42 +0100
commit61ddfa859330b092bde9d751cdb39114176a67dd (patch)
tree6ffe3d8a0b769960bcc2531b7eb296503fb99d27 /patches
parente730d8b28ea2cb604e4199cf26bd553b6ad47b2e (diff)
downloadptxdist-61ddfa859330b092bde9d751cdb39114176a67dd.tar.gz
ptxdist-61ddfa859330b092bde9d751cdb39114176a67dd.tar.xz
mxs-utils: drop old patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/mxs-utils-2011.06.0/0001-configure-disable-debug-should-be-default.patch32
l---------patches/mxs-utils-2011.06.0/autogen.sh1
-rw-r--r--patches/mxs-utils-2011.06.0/series1
3 files changed, 0 insertions, 34 deletions
diff --git a/patches/mxs-utils-2011.06.0/0001-configure-disable-debug-should-be-default.patch b/patches/mxs-utils-2011.06.0/0001-configure-disable-debug-should-be-default.patch
deleted file mode 100644
index 18be65e15..000000000
--- a/patches/mxs-utils-2011.06.0/0001-configure-disable-debug-should-be-default.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 71395abbea24d5578f30b193357cc8c7805453fa Mon Sep 17 00:00:00 2001
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Date: Mon, 4 Jul 2011 18:12:49 +0200
-Subject: [PATCH 2/2] configure: make --disable-debug default
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- configure.ac | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c52987d..db13963 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -39,12 +39,12 @@ AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
- #
- AC_MSG_CHECKING([whether to enable debugging])
- AC_ARG_ENABLE(debug,
-- AS_HELP_STRING([--enable-debug], [enable debugging @<:@default=yes@:>@]),
-+ AS_HELP_STRING([--enable-debug], [enable debugging @<:@default=no@:>@]),
- [case "$enableval" in
- y | yes) CONFIG_DEBUG=yes ;;
- *) CONFIG_DEBUG=no ;;
- esac],
-- [CONFIG_DEBUG=yes])
-+ [CONFIG_DEBUG=no])
- AC_MSG_RESULT([${CONFIG_DEBUG}])
- if test "${CONFIG_DEBUG}" = "yes"; then
- CXXFLAGS="${CXXFLAGS} -Werror -Wsign-compare -Wfloat-equal -Wformat-security -Wno-unknown-pragmas -g -O1"
---
-1.7.5.4
-
diff --git a/patches/mxs-utils-2011.06.0/autogen.sh b/patches/mxs-utils-2011.06.0/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/mxs-utils-2011.06.0/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh \ No newline at end of file
diff --git a/patches/mxs-utils-2011.06.0/series b/patches/mxs-utils-2011.06.0/series
deleted file mode 100644
index 90afd59f1..000000000
--- a/patches/mxs-utils-2011.06.0/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-configure-disable-debug-should-be-default.patch