aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-09 10:38:25 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-10 16:22:16 +0100
commitf3b77424a8568acd0e5563c080384bbcfce80bc4 (patch)
tree4279f1c6964fd08be13b2b39ddc926749acee8aa
parent6a8e0ff1792d66d9c17b566af3644620a138467a (diff)
downloadopenembedded-f3b77424a8568acd0e5563c080384bbcfce80bc4.tar.gz
e-base: bump EFL_SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--classes/e-base.bbclass2
-rw-r--r--recipes/e17/elmdentica_svn.bb2
-rw-r--r--recipes/efl1/azy_svn.bb4
3 files changed, 3 insertions, 5 deletions
diff --git a/classes/e-base.bbclass b/classes/e-base.bbclass
index 8900ffd619..880d142571 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 09f567785a..84428d3f50 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 947f50a1d7..7e96c6051f 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 mysql5 a
DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-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"