summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-22 10:49:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-22 16:55:29 +0200
commitc03e3ff8f8f9754a0349ef631e9a203060c945e6 (patch)
tree652cdef3f206af8a99836bd7b3a2d6c62af14fdd /patches
parentcbdab9998116319c7cc6373a892a48aaaadc880e (diff)
downloadptxdist-c03e3ff8f8f9754a0349ef631e9a203060c945e6.tar.gz
ptxdist-c03e3ff8f8f9754a0349ef631e9a203060c945e6.tar.xz
dropwatch: version bump 2015-07-06-g7c33d8a -> 1.5.3
Also, the project moved to github. The old URL is broken. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
l---------patches/dropwatch-1.5.3/autogen.sh1
-rw-r--r--patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch88
-rw-r--r--patches/dropwatch-2015-07-06-g7c33d8a/series4
3 files changed, 1 insertions, 92 deletions
diff --git a/patches/dropwatch-1.5.3/autogen.sh b/patches/dropwatch-1.5.3/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/dropwatch-1.5.3/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch b/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch
deleted file mode 100644
index 4eb5bbf54..000000000
--- a/patches/dropwatch-2015-07-06-g7c33d8a/0001-Fix-for-binutils-2.23.1.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Fri, 16 Jun 2017 08:50:03 +0200
-Subject: [PATCH] Fix for binutils 2.23.1
-
-libbfd from binutils 2.23.1+ requires PACKAGE* definitions from autoconf.
-Patch from https://fedorahosted.org/dropwatch/ticket/5
-Upstream status: new.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- src/lookup.c | 2 +-
- src/lookup.h | 3 +++
- src/lookup_bfd.c | 2 +-
- src/lookup_kas.c | 2 +-
- 4 files changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/src/lookup.c b/src/lookup.c
-index ba5499173983..809981b674d3 100644
---- a/src/lookup.c
-+++ b/src/lookup.c
-@@ -27,13 +27,13 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
- extern struct lookup_methods bfd_methods;
- extern struct lookup_methods kallsym_methods;
-diff --git a/src/lookup.h b/src/lookup.h
-index e6568d8b9445..47a7b569870b 100644
---- a/src/lookup.h
-+++ b/src/lookup.h
-@@ -28,6 +28,9 @@
- #include <stdlib.h>
- #include <asm/types.h>
-
-+// satisfy PR 14072 in bfd.h
-+#define PACKAGE 1
-+#define PACKAGE_VERSION 1
-
- /*
- * Initalization routine
-diff --git a/src/lookup_bfd.c b/src/lookup_bfd.c
-index cc7010beecec..271d42682a11 100644
---- a/src/lookup_bfd.c
-+++ b/src/lookup_bfd.c
-@@ -25,13 +25,13 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
-
- static int lookup_bfd_init(void)
-diff --git a/src/lookup_kas.c b/src/lookup_kas.c
-index 16e639fe5ae8..556cb62a9889 100644
---- a/src/lookup_kas.c
-+++ b/src/lookup_kas.c
-@@ -25,7 +25,6 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
-@@ -33,6 +32,7 @@
- #include <sys/queue.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
- struct symbol_entry {
- char *sym_name;
diff --git a/patches/dropwatch-2015-07-06-g7c33d8a/series b/patches/dropwatch-2015-07-06-g7c33d8a/series
deleted file mode 100644
index cf276055a..000000000
--- a/patches/dropwatch-2015-07-06-g7c33d8a/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-Fix-for-binutils-2.23.1.patch
-# 67ddfe89711030b81d1507e21ebd2023 - git-ptx-patches magic