[oe-commits] Martin Jansa : libeflvala: bump SRCREV for version compatible with latest vala

git version control git at git.openembedded.org
Thu Oct 7 11:20:45 UTC 2010


Module: openembedded.git
Branch: master
Commit: e27d80de887437d6c698df6b1cf0a31059beae77
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e27d80de887437d6c698df6b1cf0a31059beae77

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct  7 13:18:24 2010 +0200

libeflvala: bump SRCREV for version compatible with latest vala

---

 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/efl1/libeflvala_svn.bb       |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index c0c41f8..4a73d51 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -3,3 +3,4 @@
 
 OPKG_SRCREV ?= "554"
 EFL_SRCREV ?= "53084"
+# please remove SRCREV from recipes/efl1/libeflvala_svn.bb with next EFL_SRCREV bump
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb
index 22159e6..14a2747 100644
--- a/recipes/efl1/libeflvala_svn.bb
+++ b/recipes/efl1/libeflvala_svn.bb
@@ -6,7 +6,9 @@ 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"
-SRCREV = "${EFL_SRCREV}"
+#temporary
+#SRCREV = "${EFL_SRCREV}"
+SRCREV = "53139"
 
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http"
 S = "${WORKDIR}/vala"





More information about the Openembedded-commits mailing list