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

* Re: [PATCH] zuc: fixed build
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2009-05-30 13:17 UTC (permalink / raw)
  To: openembedded-devel

On Sat, 30 May 2009, Michal Hrusecky wrote:
> Corrected include name so it can be found and package can be built again.
>
> Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>

Applied, thanks.

Cheers,
Paul




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

* Re: [PATCH] zuc: fixed build
  2009-05-30 13:17 ` Paul Eggleton
@ 2009-05-30 14:47   ` Rolf Leggewie
  2009-05-30 19:42     ` Michal Hrusecky
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Leggewie @ 2009-05-30 14:47 UTC (permalink / raw)
  To: openembedded-devel

Paul Eggleton wrote:
> On Sat, 30 May 2009, Michal Hrusecky wrote:
>> Corrected include name so it can be found and package can be built again.

> Applied, thanks.

do_fetch fails for this package.  Can you guys please look into this?




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

* Re: [PATCH] zuc: fixed build
  2009-05-30 14:47   ` Rolf Leggewie
@ 2009-05-30 19:42     ` Michal Hrusecky
  2009-05-31 23:53       ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Hrusecky @ 2009-05-30 19:42 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

Rolf Leggewie - 23:47 30.05.09 wrote:
> Paul Eggleton wrote:
> > On Sat, 30 May 2009, Michal Hrusecky wrote:
> >> Corrected include name so it can be found and package can be built again.
> 
> > Applied, thanks.
> 
> do_fetch fails for this package.  Can you guys please look into this?

You are right, it seems like sources are no longer available on original
URL. I got them in my download directory. I found that it has
sourceforge pages. There is some downloadable version but it is older
then version which was on URL in bitbake file. Will try to contact
original author and if he wouldn't respond, will try to merge it
somehow...

-- 
Michal Hrusecky

Package Maintainer
SUSE LINUX, s.r.o
e-mail: mhrusecky@suse.cz

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH] zuc: fixed build
  2009-05-30 19:42     ` Michal Hrusecky
@ 2009-05-31 23:53       ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2009-05-31 23:53 UTC (permalink / raw)
  To: openembedded-devel

On Sat, 30 May 2009, Michal Hrusecky wrote:
> Rolf Leggewie - 23:47 30.05.09 wrote:
> > do_fetch fails for this package.  Can you guys please look into this?
>
> You are right, it seems like sources are no longer available on original
> URL. I got them in my download directory. I found that it has
> sourceforge pages. There is some downloadable version but it is older
> then version which was on URL in bitbake file. Will try to contact
> original author and if he wouldn't respond, will try to merge it
> somehow...

Another alternative is to fetch it from one of the source directories for 
OpenZaurus (eg. http://www.openzaurus.org/download/3.5.4/sources/ , looking 
through checksums.ini there are a few other mirrors around as well). 

I did notice that we are using an OZ sources mirror on ewi546.ewi.utwente.nl 
for a few recipes but it doesn't seem to be responding right now for me. 
Should we still be fetching from this server or do we need to switch to a 
different mirror? Koen, is this your machine?

Cheers,
Paul



^ permalink raw reply	[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.