diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
| commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
| tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/e17/waker | |
| parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
| download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz | |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/e17/waker')
| -rw-r--r-- | meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch b/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch new file mode 100644 index 0000000000..2e9d1046dd --- /dev/null +++ b/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch | |||
| @@ -0,0 +1,54 @@ | |||
| 1 | From b6296958d5516a735053ee4140e85e2b3a896182 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Sun, 30 Jan 2011 00:27:57 +0100 | ||
| 4 | Subject: [PATCH] waker: remove old ecore_string_init and ecore_string_shutdown | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | --- | ||
| 8 | src/bin/waker_main.c | 2 -- | ||
| 9 | src/bin/waker_tool.c | 2 -- | ||
| 10 | 2 files changed, 0 insertions(+), 4 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/src/bin/waker_main.c b/src/bin/waker_main.c | ||
| 13 | index b229cf0..dd54b31 100644 | ||
| 14 | --- a/src/bin/waker_main.c | ||
| 15 | +++ b/src/bin/waker_main.c | ||
| 16 | @@ -568,7 +568,6 @@ main(int argc, char **argv) | ||
| 17 | E_DBus_Connection *c; | ||
| 18 | |||
| 19 | ecore_init(); | ||
| 20 | - ecore_string_init(); | ||
| 21 | ecore_app_args_set(argc, (const char **)argv); | ||
| 22 | e_dbus_init(); | ||
| 23 | |||
| 24 | @@ -586,7 +585,6 @@ main(int argc, char **argv) | ||
| 25 | |||
| 26 | e_dbus_connection_close(c); | ||
| 27 | e_dbus_shutdown(); | ||
| 28 | - ecore_string_shutdown(); | ||
| 29 | ecore_shutdown(); | ||
| 30 | |||
| 31 | return 0; | ||
| 32 | diff --git a/src/bin/waker_tool.c b/src/bin/waker_tool.c | ||
| 33 | index 3344fd2..52515c9 100644 | ||
| 34 | --- a/src/bin/waker_tool.c | ||
| 35 | +++ b/src/bin/waker_tool.c | ||
| 36 | @@ -93,7 +93,6 @@ main(int argc, char **argv) | ||
| 37 | } | ||
| 38 | |||
| 39 | ecore_init(); | ||
| 40 | - ecore_string_init(); | ||
| 41 | ecore_app_args_set(argc, (const char **)argv); | ||
| 42 | e_dbus_init(); | ||
| 43 | |||
| 44 | @@ -301,7 +300,6 @@ main(int argc, char **argv) | ||
| 45 | |||
| 46 | e_dbus_connection_close(c); | ||
| 47 | e_dbus_shutdown(); | ||
| 48 | - ecore_string_shutdown(); | ||
| 49 | ecore_shutdown(); | ||
| 50 | |||
| 51 | return 0; | ||
| 52 | -- | ||
| 53 | 1.7.4.rc3 | ||
| 54 | |||
