All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] zuc: fixed build
@ 2009-05-29 23:39 Michal Hrusecky
  2009-05-30 13:17 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Hrusecky @ 2009-05-29 23:39 UTC (permalink / raw)
  To: openembedded-devel

Corrected include name so it can be found and package can be built again.

Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
---
 recipes/zuc/zuc/fixed-include.patch |   11 +++++++++++
 recipes/zuc/zuc_1.1.2ern.bb         |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)
 create mode 100644 recipes/zuc/zuc/fixed-include.patch

diff --git a/recipes/zuc/zuc/fixed-include.patch b/recipes/zuc/zuc/fixed-include.patch
new file mode 100644
index 0000000..8e62a68
--- /dev/null
+++ b/recipes/zuc/zuc/fixed-include.patch
@@ -0,0 +1,11 @@
+--- a/conv_matrix.cpp	2003-01-27 21:18:45.000000000 +0100
++++ b/conv_matrix.cpp	2009-05-30 00:57:23.311764092 +0200
+@@ -27,7 +27,7 @@
+ #include <qmap.h>
+ #include <qcombobox.h>
+ #include <qpopupmenu.h>
+-#include <iostream.h>
++#include <iostream>
+ #include <stdlib.h>
+ 
+ 
diff --git a/recipes/zuc/zuc_1.1.2ern.bb b/recipes/zuc/zuc_1.1.2ern.bb
index 32c8f98..eebab1a 100644
--- a/recipes/zuc/zuc_1.1.2ern.bb
+++ b/recipes/zuc/zuc_1.1.2ern.bb
@@ -8,7 +8,8 @@ APPDESKTOP = "${S}"
 PR = "r3"
 
 SRC_URI = "http://www.linux-solutions.at/projects/zaurus/source/zuc_V${PV}.tar.gz \
-           http://nick.kreucher.net/zuc/zuc_units"
+           http://nick.kreucher.net/zuc/zuc_units \
+           file://fixed-include.patch;patch=1"
 S = "${WORKDIR}/zuc_V${PV}"
 
 inherit opie
-- 
1.6.3.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-01  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 23:39 [PATCH] zuc: fixed build Michal Hrusecky
2009-05-30 13:17 ` Paul Eggleton
2009-05-30 14:47   ` Rolf Leggewie
2009-05-30 19:42     ` Michal Hrusecky
2009-05-31 23:53       ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.