diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-01 11:12:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 00:27:31 +0200 |
commit | 82b394467d9142edf2721176244c3a7eb26ba69a (patch) | |
tree | bceafa1a385b7cb54b423ea0be6dc434d73d3b80 /recipes/efl1/libeflvala_svn.bb | |
parent | c652a39e6c87f4d4e5efdda3bcc7a120a99b14d8 (diff) |
EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes
* Or we can move them to e.bbclass, python-efl.inc instead.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1/libeflvala_svn.bb')
-rw-r--r-- | recipes/efl1/libeflvala_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb index 8793857df5..56f87733c2 100644 --- a/recipes/efl1/libeflvala_svn.bb +++ b/recipes/efl1/libeflvala_svn.bb @@ -5,6 +5,7 @@ SECTION = "devel" DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" PV = "0.5.0+svnr${SRCPV}" PR = "r0" +SRCREV = "${EFL_SRCREV}" SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http" S = "${WORKDIR}/vala" |