aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-20 07:59:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-24 18:51:13 +0200
commitd33ca8e16602a72d99f47a465bb56a613273cbc6 (patch)
tree129a79ffffff2611e36d7fcac94f4263306a399a /recipes/efl1
parente86bc83bc243626dff59f5c64659874290e00d3e (diff)
downloadopenembedded-d33ca8e16602a72d99f47a465bb56a613273cbc6.tar.gz
EFL: bump SRCREV
* python-efl: python EFL bindings are now using autotools instead of setuptools started with r52282 * python-efl: prefix includedir value returned from pkg-config --variable=includedir with STAGING_DIR_HOST * python-efl: don't install .svn files with examples * python-edje: update patch for unicode conversion * elmdentica: jump back to EFL_SRCREV * ecore: rebased patch, see http://patchwork.openembedded.org/patch/2626/ for discussion if it's still really needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/ecore/fix-ecore-fb-initialization.patch21
1 files changed, 10 insertions, 11 deletions
diff --git a/recipes/efl1/ecore/fix-ecore-fb-initialization.patch b/recipes/efl1/ecore/fix-ecore-fb-initialization.patch
index 2ac61ca63c..cd74c7ebd4 100644
--- a/recipes/efl1/ecore/fix-ecore-fb-initialization.patch
+++ b/recipes/efl1/ecore/fix-ecore-fb-initialization.patch
@@ -5,23 +5,22 @@
# 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 @@
-
+diff -uNr ecore.orig//src/lib/ecore_fb/ecore_fb.c ecore/src/lib/ecore_fb/ecore_fb.c
+--- ecore.orig//src/lib/ecore_fb/ecore_fb.c 2010-09-21 12:40:06.000000000 +0200
++++ ecore/src/lib/ecore_fb/ecore_fb.c 2010-09-24 18:42:02.000000000 +0200
+@@ -39,6 +39,9 @@
+
if (!ecore_fb_vt_init())
- return --_ecore_fb_init_count;
-+
+ 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 @@
+@@ -63,6 +66,7 @@
if (--_ecore_fb_init_count != 0)
- return _ecore_fb_init_count;
+ return _ecore_fb_init_count;
+ ecore_fb_ts_shutdown();
ecore_fb_vt_shutdown();