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

git version control git at git.openembedded.org
Wed Feb 16 17:56:15 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 368af24ce063af1a2f06b12c39aadd7676d93a59
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=368af24ce063af1a2f06b12c39aadd7676d93a59

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec  9 10:38:25 2010 +0100

e-base: bump EFL_SRCREV

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

---

 classes/e-base.bbclass        |    2 +-
 recipes/e17/elmdentica_svn.bb |    2 +-
 recipes/efl1/azy_svn.bb       |    4 +---
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/classes/e-base.bbclass b/classes/e-base.bbclass
index 8900ffd..880d142 100644
--- a/classes/e-base.bbclass
+++ b/classes/e-base.bbclass
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME ?= "${BPN}"
 
-EFL_SRCREV ?= "55319"
+EFL_SRCREV ?= "56024"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"
 
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 09f5677..84428d3 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "A indenti.ca client for E"
-DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native"
+DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native azy"
 LICENSE = "GPLv3+"
 SECTION = "e/apps"
 HOMEPAGE = "http://elmdentica.googlecode.com"
diff --git a/recipes/efl1/azy_svn.bb b/recipes/efl1/azy_svn.bb
index 343811f..5d6cb00 100644
--- a/recipes/efl1/azy_svn.bb
+++ b/recipes/efl1/azy_svn.bb
@@ -3,9 +3,7 @@ DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native azy-nati
 DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native"
 LICENSE = "LGPLv2.1+"
 PV = "1.0.0+svnr${SRCPV}"
-# current EFL_SRCREV doesn't support external re2c
-SRCREV = "55665"
-#SRCREV = "${EFL_SRCREV}"
+SRCREV = "${EFL_SRCREV}"
 
 # to provide native lemon binary
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list