[oe] [PATCH] zuc: fixed build

Michal Hrusecky mhrusecky at suse.cz
Fri May 29 23:39:58 UTC 2009


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

Signed-off-by: Michal Hrusecky <Michal at 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




More information about the Openembedded-devel mailing list