aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dcop/files
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-04-26 20:38:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-26 20:38:51 +0000
commit0d03b86c448f5887c7834603451826b6f30fe44d (patch)
treee3fd87c828c9337c287a5462fb263d571600f472 /packages/dcop/files
parent448ec265d79fb7810a206e112921c050c8030e6e (diff)
downloadopenembedded-0d03b86c448f5887c7834603451826b6f30fe44d.tar.gz
packages/dcop/:
Build a native version of the dcopidl and dcopidl2cpp generator. The two executables will be installed into staging bindir.
Diffstat (limited to 'packages/dcop/files')
-rw-r--r--packages/dcop/files/.mtn2git_empty0
-rw-r--r--packages/dcop/files/dcopidl-compile.patch12
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/dcop/files/.mtn2git_empty b/packages/dcop/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/dcop/files/.mtn2git_empty
diff --git a/packages/dcop/files/dcopidl-compile.patch b/packages/dcop/files/dcopidl-compile.patch
new file mode 100644
index 0000000000..320112395f
--- /dev/null
+++ b/packages/dcop/files/dcopidl-compile.patch
@@ -0,0 +1,12 @@
+Index: dcopidl/yacc.cc
+===================================================================
+--- dcopidl.orig/yacc.cc 2006-04-26 21:59:13.000000000 +0200
++++ dcopidl/yacc.cc 2006-04-26 22:28:28.859672808 +0200
+@@ -213,7 +213,6 @@
+
+ ******************************************************************/
+
+-#include <config.h>
+
+ // Workaround for a bison issue:
+ // bison.simple concludes from _GNU_SOURCE that stpcpy is available,