[oe-commits] Martin Jansa : e-base: bump EFL_SRCREV a bit

git version control git at git.openembedded.org
Fri Jan 28 05:49:31 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1542024bc4cd86ee841079d8b5aa15a3fc051c9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1542024bc4cd86ee841079d8b5aa15a3fc051c9a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jan 13 11:24:58 2011 +0100

e-base: bump EFL_SRCREV a bit

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 classes/e-base.bbclass                             |    2 +-
 recipes/e17/e-wm_svn.bb                            |    4 +--
 .../elmdentica.azy.api.change.r56034.patch         |   31 --------------------
 recipes/e17/elmdentica_svn.bb                      |    2 -
 recipes/e17/enjoy_svn.bb                           |    4 ++-
 recipes/efl1/libeflvala_svn.bb                     |    3 +-
 6 files changed, 6 insertions(+), 40 deletions(-)

diff --git a/classes/e-base.bbclass b/classes/e-base.bbclass
index 1f43766..969f15c 100644
--- a/classes/e-base.bbclass
+++ b/classes/e-base.bbclass
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME ?= "${BPN}"
 
-EFL_SRCREV ?= "56055"
+EFL_SRCREV ?= "56329"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"
 
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 3c35b85..397272d 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 6104119..0000000
--- 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 ec6a246..3657f7f 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 3288338..97b110c 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!"
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb
index 90eeb27..b42c57c 100644
--- a/recipes/efl1/libeflvala_svn.bb
+++ b/recipes/efl1/libeflvala_svn.bb
@@ -3,8 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary"
-PV = "0.5.0+svnr${SRCPV}"
-PR = "r1"
+PV = "2011.01.13.1+svnr${SRCPV}"
 PE = "1"
 SRCREV = "${EFL_SRCREV}"
 SRCNAME = "vala"





More information about the Openembedded-commits mailing list