aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/sane-srcrevs.inc3
-rw-r--r--recipes/e17/elmdentica_svn.bb6
-rw-r--r--recipes/efl1/libeflvala_svn.bb4
3 files changed, 7 insertions, 6 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 4a73d51df4..ba1d8f1783 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -2,5 +2,4 @@
# only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly
OPKG_SRCREV ?= "554"
-EFL_SRCREV ?= "53084"
-# please remove SRCREV from recipes/efl1/libeflvala_svn.bb with next EFL_SRCREV bump
+EFL_SRCREV ?= "53239"
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 2d6e634341..44730f5000 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -5,10 +5,14 @@ SECTION = "e/apps"
HOMEPAGE = "http://elmdentica.googlecode.com"
AUTHOR = "seabra"
-inherit e
+inherit e gettext
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
PV = "0.9.9+svnr${SRCPV}"
PR = "r1"
SRCREV = "${EFL_SRCREV}"
+
+do_configure_prepend() {
+ autopoint --force
+}
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb
index 14a2747032..22159e61c6 100644
--- a/recipes/efl1/libeflvala_svn.bb
+++ b/recipes/efl1/libeflvala_svn.bb
@@ -6,9 +6,7 @@ DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementa
PV = "0.5.0+svnr${SRCPV}"
PR = "r1"
PE = "1"
-#temporary
-#SRCREV = "${EFL_SRCREV}"
-SRCREV = "53139"
+SRCREV = "${EFL_SRCREV}"
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http"
S = "${WORKDIR}/vala"