summaryrefslogtreecommitdiff
path: root/openembedded/packages/pcmciautils/pcmciautils-013
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/pcmciautils/pcmciautils-013')
-rw-r--r--openembedded/packages/pcmciautils/pcmciautils-013/makefile_fix.patch20
-rw-r--r--openembedded/packages/pcmciautils/pcmciautils-013/version_workaround.patch16
2 files changed, 0 insertions, 36 deletions
diff --git a/openembedded/packages/pcmciautils/pcmciautils-013/makefile_fix.patch b/openembedded/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
deleted file mode 100644
index a45f9e20e..000000000
--- a/openembedded/packages/pcmciautils/pcmciautils-013/makefile_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Hardcoded paths are bad...
-
-Index: pcmciautils-013/Makefile
-===================================================================
---- pcmciautils-013.orig/Makefile 2006-03-26 11:56:41.000000000 +0100
-+++ pcmciautils-013/Makefile 2006-05-09 22:10:16.000000000 +0100
-@@ -69,11 +69,11 @@
- mandir = ${prefix}/usr/share/man
- srcdir = .
-
--INSTALL = /usr/bin/install -c
-+INSTALL = install -c
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_SCRIPT = ${INSTALL_PROGRAM}
--SYMLINK = /usr/bin/ln -sf
-+SYMLINK = ln -sf
-
- # place to put our hotplug scripts nodes
- hotplugdir = ${etcdir}/hotplug
diff --git a/openembedded/packages/pcmciautils/pcmciautils-013/version_workaround.patch b/openembedded/packages/pcmciautils/pcmciautils-013/version_workaround.patch
deleted file mode 100644
index ff34e139b..000000000
--- a/openembedded/packages/pcmciautils/pcmciautils-013/version_workaround.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-PCMCIAUTILS_VERSION is specified on the commandline but doesn't compile properly
-under arm gcc 3.4.x so we work around it.
-
-Index: pcmciautils-013/src/pccardctl.c
-===================================================================
---- pcmciautils-013.orig/src/pccardctl.c 2006-03-26 11:56:41.000000000 +0100
-+++ pcmciautils-013/src/pccardctl.c 2006-05-09 22:11:09.000000000 +0100
-@@ -350,7 +350,7 @@
- }
-
- static void print_header(void) {
-- printf("pcmciautils %s\n", PCMCIAUTILS_VERSION);
-+ printf("pcmciautils 013\n");
- printf("Copyright (C) 2004-2005 Dominik Brodowski, (C) 1999 David A. Hinds\n");
- printf("Report errors and bugs to <linux-pcmcia@lists.infradead.org>, please.\n");
- }