* [PATCH 13/17] Ecore: update exit_uclibc.patch
@ 2010-10-23 0:15 fidencio
2010-10-23 7:08 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: fidencio @ 2010-10-23 0:15 UTC (permalink / raw)
To: openembedded-devel
From: Eduardo Lima (Etrunko) <eblima@gmail.com>
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
---
recipes/efl1/ecore/exit_uclibc.patch | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/recipes/efl1/ecore/exit_uclibc.patch b/recipes/efl1/ecore/exit_uclibc.patch
index 105aeed..00782f6 100644
--- a/recipes/efl1/ecore/exit_uclibc.patch
+++ b/recipes/efl1/ecore/exit_uclibc.patch
@@ -1,13 +1,13 @@
-Index: ecore/src/lib/ecore_con/ecore_con_info.c
-===================================================================
---- ecore.orig/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:14:56.056955719 +0100
-+++ ecore/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:16:40.035696191 +0100
-@@ -243,7 +243,7 @@
- freeaddrinfo(result);
- err = write(fd[1], "", 1);
- close(fd[1]);
--# ifdef __USE_ISOC99
-+# if defined(__USE_ISOC99) && !defined(__UCLIBC__)
- _Exit(0);
- # else
- _exit(0);
+diff -upN ecore/src/lib/ecore_con/ecore_con_info.c ecore.new/src/lib/ecore_con/ecore_con_info.c
+--- ecore/src/lib/ecore_con/ecore_con_info.c 2010-08-12 11:07:48.000000000 -0300
++++ ecore.new/src/lib/ecore_con/ecore_con_info.c 2010-08-12 17:16:15.508079579 -0300
+@@ -283,7 +283,7 @@ on_error:
+
+ err = write(fd[1], "", 1);
+ close(fd[1]);
+-#ifdef __USE_ISOC99
++#if defined(__USE_ISOC99) && !defined(__UCLIBC__)
+ _Exit(0);
+ #else
+ _exit(0);
+Common subdirectories: ecore/src/lib/ecore_con/.svn and ecore.new/src/lib/ecore_con/.svn
--
1.7.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 13/17] Ecore: update exit_uclibc.patch
2010-10-23 0:15 [PATCH 13/17] Ecore: update exit_uclibc.patch fidencio
@ 2010-10-23 7:08 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2010-10-23 7:08 UTC (permalink / raw)
To: openembedded-devel
On Fri, Oct 22, 2010 at 10:15:53PM -0200, fidencio@profusion.mobi wrote:
> From: Eduardo Lima (Etrunko) <eblima@gmail.com>
Why? exit_uclibc.patch is not used in revisions newer then 50815 and
exit_uclibc_newer.patch does apply OK.
from e-wm recipe:
file://exit_uclibc.patch;maxrev=50815 \
file://exit_uclibc_newer.patch;minrev=50816 \
>
> Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
> ---
> recipes/efl1/ecore/exit_uclibc.patch | 26 +++++++++++++-------------
> 1 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/recipes/efl1/ecore/exit_uclibc.patch b/recipes/efl1/ecore/exit_uclibc.patch
> index 105aeed..00782f6 100644
> --- a/recipes/efl1/ecore/exit_uclibc.patch
> +++ b/recipes/efl1/ecore/exit_uclibc.patch
> @@ -1,13 +1,13 @@
> -Index: ecore/src/lib/ecore_con/ecore_con_info.c
> -===================================================================
> ---- ecore.orig/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:14:56.056955719 +0100
> -+++ ecore/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:16:40.035696191 +0100
> -@@ -243,7 +243,7 @@
> - freeaddrinfo(result);
> - err = write(fd[1], "", 1);
> - close(fd[1]);
> --# ifdef __USE_ISOC99
> -+# if defined(__USE_ISOC99) && !defined(__UCLIBC__)
> - _Exit(0);
> - # else
> - _exit(0);
> +diff -upN ecore/src/lib/ecore_con/ecore_con_info.c ecore.new/src/lib/ecore_con/ecore_con_info.c
> +--- ecore/src/lib/ecore_con/ecore_con_info.c 2010-08-12 11:07:48.000000000 -0300
> ++++ ecore.new/src/lib/ecore_con/ecore_con_info.c 2010-08-12 17:16:15.508079579 -0300
> +@@ -283,7 +283,7 @@ on_error:
> +
> + err = write(fd[1], "", 1);
> + close(fd[1]);
> +-#ifdef __USE_ISOC99
> ++#if defined(__USE_ISOC99) && !defined(__UCLIBC__)
> + _Exit(0);
> + #else
> + _exit(0);
> +Common subdirectories: ecore/src/lib/ecore_con/.svn and ecore.new/src/lib/ecore_con/.svn
> --
> 1.7.3.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-23 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23 0:15 [PATCH 13/17] Ecore: update exit_uclibc.patch fidencio
2010-10-23 7:08 ` Martin Jansa
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.