EFL: bump SRCREV a bit more
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 7 Oct 2010 09:31:28 +0000 (11:31 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 10 Oct 2010 18:49:43 +0000 (20:49 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/include/sane-srcrevs.inc
recipes/e17/elmdentica_svn.bb
recipes/efl1/libeflvala_svn.bb

index 4a73d51..ba1d8f1 100644 (file)
@@ -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"
index 2d6e634..44730f5 100644 (file)
@@ -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
+}
index 14a2747..22159e6 100644 (file)
@@ -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"