* [PATCH] justreader: fixed build
@ 2009-05-29 23:43 Michal Hrusecky
2009-05-30 11:48 ` Rolf Leggewie
0 siblings, 1 reply; 4+ messages in thread
From: Michal Hrusecky @ 2009-05-29 23:43 UTC (permalink / raw)
To: openembedded-devel
Adding missing include file so package can be built again.
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
---
recipes/justreader/files/missing-include.patch | 10 ++++++++++
recipes/justreader/justreader_2.0k.bb | 3 ++-
2 files changed, 12 insertions(+), 1 deletions(-)
create mode 100644 recipes/justreader/files/missing-include.patch
diff --git a/recipes/justreader/files/missing-include.patch b/recipes/justreader/files/missing-include.patch
new file mode 100644
index 0000000..4831f38
--- /dev/null
+++ b/recipes/justreader/files/missing-include.patch
@@ -0,0 +1,10 @@
+--- a/shcm.cpp 2009-05-25 09:07:19.928704817 +0200
++++ b/shcm.cpp 2009-05-25 09:07:38.225747505 +0200
+@@ -19,6 +19,7 @@
+ ****************************************************************************/
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <vector>
+
+ #include "shcm.h"
diff --git a/recipes/justreader/justreader_2.0k.bb b/recipes/justreader/justreader_2.0k.bb
index f3f7149..e05baf7 100644
--- a/recipes/justreader/justreader_2.0k.bb
+++ b/recipes/justreader/justreader_2.0k.bb
@@ -6,7 +6,8 @@ HOMEPAGE = "http://justreader.sourceforge.net/"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz \
-file://correct-settings-path.patch;patch=1"
+file://correct-settings-path.patch;patch=1 \
+file://missing-include.patch;patch=1"
S = "${WORKDIR}/TextReader2"
--
1.6.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] justreader: fixed build
2009-05-29 23:43 [PATCH] justreader: fixed build Michal Hrusecky
@ 2009-05-30 11:48 ` Rolf Leggewie
2009-05-30 13:24 ` Michal Hrusecky
0 siblings, 1 reply; 4+ messages in thread
From: Rolf Leggewie @ 2009-05-30 11:48 UTC (permalink / raw)
To: openembedded-devel
Michael,
thank you for this review.
Michal Hrusecky wrote:
> recipes/justreader/files/missing-include.patch | 10 ++++++++++
Should this patch be sent upstream?
http://wiki.openembedded.net/index.php/Push_patches_upstream
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] justreader: fixed build
2009-05-30 11:48 ` Rolf Leggewie
@ 2009-05-30 13:24 ` Michal Hrusecky
2009-05-30 18:21 ` Rolf Leggewie
0 siblings, 1 reply; 4+ messages in thread
From: Michal Hrusecky @ 2009-05-30 13:24 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
Rolf Leggewie - 20:48 30.05.09 wrote:
> Michael,
>
> thank you for this review.
>
> Michal Hrusecky wrote:
> > recipes/justreader/files/missing-include.patch | 10 ++++++++++
>
> Should this patch be sent upstream?
>
> http://wiki.openembedded.net/index.php/Push_patches_upstream
Thanks for the link, will try to act accordingly next time. Just checked
last version/upstream CVS and sent patch upstream too.
Upstream tracker ID: 2798820
https://sourceforge.net/tracker/?func=detail&aid=2798820&group_id=61928&atid=498857
--
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] 4+ messages in thread
* Re: [PATCH] justreader: fixed build
2009-05-30 13:24 ` Michal Hrusecky
@ 2009-05-30 18:21 ` Rolf Leggewie
0 siblings, 0 replies; 4+ messages in thread
From: Rolf Leggewie @ 2009-05-30 18:21 UTC (permalink / raw)
To: openembedded-devel
Michal Hrusecky wrote:
> Thanks for the link, will try to act accordingly next time. Just checked
> last version/upstream CVS and sent patch upstream too.
cool, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-05-30 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 23:43 [PATCH] justreader: fixed build Michal Hrusecky
2009-05-30 11:48 ` Rolf Leggewie
2009-05-30 13:24 ` Michal Hrusecky
2009-05-30 18:21 ` Rolf Leggewie
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.