Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] ecore: remove fix-ecore-fb-initialization.patch
@ 2010-08-10 19:29 Simon Busch
  2010-08-13 21:52 ` Stefan Schmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Busch @ 2010-08-10 19:29 UTC (permalink / raw)
  To: openembedded-devel

Removing the fix-ecore-fb-initialization patch as it let ecore open the supplied
touchscreen device twice which results in an error on platforms where the touchscreen
device node can be opened only once. Furthermore I doubt that it is necessary to open the
touchscreen device node more than one time.

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 recipes/efl1/ecore.inc                             |    2 -
 .../efl1/ecore/fix-ecore-fb-initialization.patch   |   29 --------------------
 2 files changed, 0 insertions(+), 31 deletions(-)
 delete mode 100644 recipes/efl1/ecore/fix-ecore-fb-initialization.patch

diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index bb7eea5..081572d 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -12,8 +12,6 @@ inherit efl
 
 BBCLASSEXTEND = "native"
 
-SRC_URI += "file://fix-ecore-fb-initialization.patch"
-
 do_configure_prepend() {
 	touch ${S}/po/Makefile.in.in || true
 	sed -i -e 's: po::g' ${S}/Makefile.am
diff --git a/recipes/efl1/ecore/fix-ecore-fb-initialization.patch b/recipes/efl1/ecore/fix-ecore-fb-initialization.patch
deleted file mode 100644
index 2ac61ca..0000000
--- a/recipes/efl1/ecore/fix-ecore-fb-initialization.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# The whole ecore-fb init logic is somewhat flawed; with this patch we
-# get at least a working touchscreen w/ tslib again.
-#
-# Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
-#
-
-Index: ecore/src/lib/ecore_fb/ecore_fb.c
-===================================================================
---- ecore.orig/src/lib/ecore_fb/ecore_fb.c
-+++ ecore/src/lib/ecore_fb/ecore_fb.c
-@@ -46,6 +46,9 @@
- 
-    if (!ecore_fb_vt_init())
-      return --_ecore_fb_init_count;
-+     
-+   if (!ecore_fb_ts_init())
-+     return --_ecore_fb_init_count;
- 
-    ECORE_FB_EVENT_KEY_DOWN          = ecore_event_type_new();
-    ECORE_FB_EVENT_KEY_UP            = ecore_event_type_new();
-@@ -70,6 +73,7 @@
-    if (--_ecore_fb_init_count != 0)
-      return _ecore_fb_init_count;
- 
-+   ecore_fb_ts_shutdown();
-    ecore_fb_vt_shutdown();
- 
-    return _ecore_fb_init_count;
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-16 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 19:29 [PATCH] ecore: remove fix-ecore-fb-initialization.patch Simon Busch
2010-08-13 21:52 ` Stefan Schmidt
2010-08-14  0:33   ` Martin Jansa
2010-08-14 19:26   ` Michael 'Mickey' Lauer
2010-08-15 11:47     ` Simon Busch
2010-08-16 17:54     ` Simon Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox