From: Martin Jansa Date: Thu, 9 Dec 2010 09:38:25 +0000 (+0100) Subject: e-base: bump EFL_SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b77424a8568acd0e5563c080384bbcfce80bc4;p=openembedded.git e-base: bump EFL_SRCREV Signed-off-by: Martin Jansa --- 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"