aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-13 11:24:58 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-28 06:49:43 +0100
commit1542024bc4cd86ee841079d8b5aa15a3fc051c9a (patch)
tree0d6e8a0b2fb7f665e8324153f56fb60aed0f5aa0 /recipes/e17
parent2f198f2c22a1cc32d976d035b2d6735f13b9ed35 (diff)
downloadopenembedded-1542024bc4cd86ee841079d8b5aa15a3fc051c9a.tar.gz
e-base: bump EFL_SRCREV a bit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/e-wm_svn.bb4
-rw-r--r--recipes/e17/elmdentica/elmdentica.azy.api.change.r56034.patch31
-rw-r--r--recipes/e17/elmdentica_svn.bb2
-rw-r--r--recipes/e17/enjoy_svn.bb4
4 files changed, 4 insertions, 37 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 3c35b8585f..397272d35f 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -4,9 +4,7 @@ LICENSE = "MIT BSD"
SRCNAME = "e"
PV = "0.16.999.060+svnr${SRCPV}"
PR = "r18"
-#SRCREV = "${EFL_SRCREV}"
-#we need newer SRCREV now, remove with next EFL_SRCREV bump
-SRCREV = "56059"
+SRCREV = "${EFL_SRCREV}"
inherit e update-alternatives
diff --git a/recipes/e17/elmdentica/elmdentica.azy.api.change.r56034.patch b/recipes/e17/elmdentica/elmdentica.azy.api.change.r56034.patch
deleted file mode 100644
index 6104119fad..0000000000
--- a/recipes/e17/elmdentica/elmdentica.azy.api.change.r56034.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/src/statusnet.c b/src/statusnet.c
-index 136e985..cdda89b 100644
---- a/src/statusnet.c
-+++ b/src/statusnet.c
-@@ -666,7 +666,7 @@ static void Array_statusnet_Status_free(Eina_List *array) {
- Eina_Bool timeline_connected(void *data, int type, Azy_Client *cli) {
- Azy_Client_Call_Id id;
-
-- id = azy_client_blank(cli, AZY_NET_TYPE_GET, NULL, (Azy_Content_Cb)azy_value_to_Array_statusnet_Status, NULL);
-+ id = azy_client_blank(cli, AZY_NET_TYPE_GET, (Azy_Content_Cb)azy_value_to_Array_statusnet_Status, NULL);
- azy_client_callback_free_set(cli, id, (Ecore_Cb)Array_statusnet_Status_free);
-
- return(EINA_TRUE);
-@@ -927,7 +927,7 @@ Eina_Bool ed_statusnet_userget_returned(Azy_Client *cli, int type, Azy_Client *e
- Eina_Bool ed_statusnet_userget_connected(Azy_Client *cli, int type, Azy_Client *ev) {
- Azy_Client_Call_Id id;
-
-- id = azy_client_blank(ev, AZY_NET_TYPE_GET, NULL, (Azy_Content_Cb)ed_sn_userget_parse, NULL);
-+ id = azy_client_blank(ev, AZY_NET_TYPE_GET, (Azy_Content_Cb)ed_sn_userget_parse, NULL);
- if(!id) return(EINA_FALSE);
-
- azy_client_callback_free_set(ev, id, (Ecore_Cb)ed_sn_single_user_free);
-@@ -1044,7 +1044,7 @@ Eina_Bool ed_statusnet_repeat_disconnected(Azy_Client *cli, int type, Azy_Client
- Eina_Bool ed_statusnet_repeat_connected(Azy_Client *cli, int type, Azy_Client *ev) {
- Azy_Client_Call_Id id;
-
-- id = azy_client_blank(ev, AZY_NET_TYPE_POST, NULL, (Azy_Content_Cb)azy_value_to_Array_statusnet_Status, NULL);
-+ id = azy_client_blank(ev, AZY_NET_TYPE_POST, (Azy_Content_Cb)azy_value_to_Array_statusnet_Status, NULL);
- if(!id) return(EINA_FALSE);
-
- azy_client_callback_free_set(ev, id, (Ecore_Cb)ed_sn_single_status_free);
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index ec6a246e7b..3657f7f222 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -9,8 +9,6 @@ inherit e gettext
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
-SRC_URI += "file://elmdentica.azy.api.change.r56034.patch"
-
PV = "0.9.9+svnr${SRCPV}"
PR = "r3"
SRCREV = "${EFL_SRCREV}"
diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index 328833824b..97b110c9f7 100644
--- a/recipes/e17/enjoy_svn.bb
+++ b/recipes/e17/enjoy_svn.bb
@@ -26,7 +26,9 @@ inherit e
EXTRA_OECONF = "\
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
"
-
+EXTRA_OECONF_append_shr = "\
+ --enable-fso \
+"
pkg_postinst_${PN} () {
echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!"