diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2017-03-13 09:56:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 23:34:32 +0100 |
commit | 4b4a62ec0760873b96b738751bf9492aa2efb922 (patch) | |
tree | bf1d0f2e2f5f116d5979cf6ed0d16cec0a8744f0 /meta-efl | |
parent | cd653249c2c8f185f2dd94424e0c4891affd315b (diff) | |
download | meta-openembedded-4b4a62ec0760873b96b738751bf9492aa2efb922.tar.gz |
recipes: delete obsolete patches
Deleted bunch of patches which are not used anymore by any recipe.
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch | 54 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch | 51 |
2 files changed, 0 insertions, 105 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 deleted file mode 100644 index 2e9d1046dd..0000000000 --- a/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
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 | |||
diff --git a/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch b/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch deleted file mode 100644 index aa7fd4bf51..0000000000 --- a/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | From b3cbe31c38a088af7b0dade82545475fc9b72492 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Tue, 2 Dec 2014 12:21:10 +0100 | ||
4 | Subject: [PATCH 2/3] evas_3d: Add Eet.h includes | ||
5 | |||
6 | * with some very restrictive options like we use in efl-native, the build is complaining | ||
7 | about missing symbols from Eet.h, add include where needed | ||
8 | |||
9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
10 | --- | ||
11 | src/lib/evas/canvas/evas_3d_eet.c | 1 + | ||
12 | src/modules/evas/model_loaders/eet/evas_model_load_eet.c | 1 + | ||
13 | src/modules/evas/model_savers/eet/evas_model_save_eet.c | 1 + | ||
14 | 3 files changed, 3 insertions(+) | ||
15 | |||
16 | diff --git a/src/lib/evas/canvas/evas_3d_eet.c b/src/lib/evas/canvas/evas_3d_eet.c | ||
17 | index 1515f5a..a438217 100644 | ||
18 | --- a/src/lib/evas/canvas/evas_3d_eet.c | ||
19 | +++ b/src/lib/evas/canvas/evas_3d_eet.c | ||
20 | @@ -1,3 +1,4 @@ | ||
21 | +#include <Eet.h> | ||
22 | #include <stdio.h> | ||
23 | #include "evas_common_private.h" | ||
24 | #include "evas_private.h" | ||
25 | diff --git a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
26 | index 815b9f1..bff2cea 100644 | ||
27 | --- a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
28 | +++ b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
29 | @@ -3,6 +3,7 @@ | ||
30 | #endif | ||
31 | |||
32 | #include <Eo.h> | ||
33 | +#include <Eet.h> | ||
34 | #include <stdio.h> | ||
35 | #include "evas_common_private.h" | ||
36 | #include "evas_private.h" | ||
37 | diff --git a/src/modules/evas/model_savers/eet/evas_model_save_eet.c b/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
38 | index e445dca..2e1cf4e 100644 | ||
39 | --- a/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
40 | +++ b/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
41 | @@ -2,6 +2,7 @@ | ||
42 | #include "config.h" | ||
43 | #endif | ||
44 | |||
45 | +#include <Eet.h> | ||
46 | #include <stdio.h> | ||
47 | #include "evas_common_private.h" | ||
48 | #include "evas_private.h" | ||
49 | -- | ||
50 | 2.3.0 | ||
51 | |||