summaryrefslogtreecommitdiff
path: root/meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 08:42:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 08:42:16 +0000
commit3abd842df0b0fce1960ff8db216f7076b07af7eb (patch)
tree3658290d6cd7623b7b59da4ae51ee3cbceb98ddf /meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch
parent80c6eb07610e8eed91afaa5ded84596e12b10fc4 (diff)
downloadopenembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.gz
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.bz2
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.xz
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.zip
pcmciautils: upgraded to 014, synced with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1998 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch')
-rw-r--r--meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch b/meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch
new file mode 100644
index 000000000..962aa4e24
--- /dev/null
+++ b/meta/packages/pcmciautils/pcmciautils-014/version_workaround.patch
@@ -0,0 +1,16 @@
+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 014\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");
+ }