mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
cd653249c2
commit
4b4a62ec07
-54
@@ -1,54 +0,0 @@
|
||||
From b6296958d5516a735053ee4140e85e2b3a896182 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Sun, 30 Jan 2011 00:27:57 +0100
|
||||
Subject: [PATCH] waker: remove old ecore_string_init and ecore_string_shutdown
|
||||
|
||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
---
|
||||
src/bin/waker_main.c | 2 --
|
||||
src/bin/waker_tool.c | 2 --
|
||||
2 files changed, 0 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/bin/waker_main.c b/src/bin/waker_main.c
|
||||
index b229cf0..dd54b31 100644
|
||||
--- a/src/bin/waker_main.c
|
||||
+++ b/src/bin/waker_main.c
|
||||
@@ -568,7 +568,6 @@ main(int argc, char **argv)
|
||||
E_DBus_Connection *c;
|
||||
|
||||
ecore_init();
|
||||
- ecore_string_init();
|
||||
ecore_app_args_set(argc, (const char **)argv);
|
||||
e_dbus_init();
|
||||
|
||||
@@ -586,7 +585,6 @@ main(int argc, char **argv)
|
||||
|
||||
e_dbus_connection_close(c);
|
||||
e_dbus_shutdown();
|
||||
- ecore_string_shutdown();
|
||||
ecore_shutdown();
|
||||
|
||||
return 0;
|
||||
diff --git a/src/bin/waker_tool.c b/src/bin/waker_tool.c
|
||||
index 3344fd2..52515c9 100644
|
||||
--- a/src/bin/waker_tool.c
|
||||
+++ b/src/bin/waker_tool.c
|
||||
@@ -93,7 +93,6 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
ecore_init();
|
||||
- ecore_string_init();
|
||||
ecore_app_args_set(argc, (const char **)argv);
|
||||
e_dbus_init();
|
||||
|
||||
@@ -301,7 +300,6 @@ main(int argc, char **argv)
|
||||
|
||||
e_dbus_connection_close(c);
|
||||
e_dbus_shutdown();
|
||||
- ecore_string_shutdown();
|
||||
ecore_shutdown();
|
||||
|
||||
return 0;
|
||||
--
|
||||
1.7.4.rc3
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
From b3cbe31c38a088af7b0dade82545475fc9b72492 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Tue, 2 Dec 2014 12:21:10 +0100
|
||||
Subject: [PATCH 2/3] evas_3d: Add Eet.h includes
|
||||
|
||||
* with some very restrictive options like we use in efl-native, the build is complaining
|
||||
about missing symbols from Eet.h, add include where needed
|
||||
|
||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
---
|
||||
src/lib/evas/canvas/evas_3d_eet.c | 1 +
|
||||
src/modules/evas/model_loaders/eet/evas_model_load_eet.c | 1 +
|
||||
src/modules/evas/model_savers/eet/evas_model_save_eet.c | 1 +
|
||||
3 files changed, 3 insertions(+)
|
||||
|
||||
diff --git a/src/lib/evas/canvas/evas_3d_eet.c b/src/lib/evas/canvas/evas_3d_eet.c
|
||||
index 1515f5a..a438217 100644
|
||||
--- a/src/lib/evas/canvas/evas_3d_eet.c
|
||||
+++ b/src/lib/evas/canvas/evas_3d_eet.c
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <Eet.h>
|
||||
#include <stdio.h>
|
||||
#include "evas_common_private.h"
|
||||
#include "evas_private.h"
|
||||
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
|
||||
index 815b9f1..bff2cea 100644
|
||||
--- a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
|
||||
+++ b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
|
||||
@@ -3,6 +3,7 @@
|
||||
#endif
|
||||
|
||||
#include <Eo.h>
|
||||
+#include <Eet.h>
|
||||
#include <stdio.h>
|
||||
#include "evas_common_private.h"
|
||||
#include "evas_private.h"
|
||||
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
|
||||
index e445dca..2e1cf4e 100644
|
||||
--- a/src/modules/evas/model_savers/eet/evas_model_save_eet.c
|
||||
+++ b/src/modules/evas/model_savers/eet/evas_model_save_eet.c
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#include <Eet.h>
|
||||
#include <stdio.h>
|
||||
#include "evas_common_private.h"
|
||||
#include "evas_private.h"
|
||||
--
|
||||
2.3.0
|
||||
|
||||
Reference in New Issue
Block a user