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/ewl_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/ewl_svn.bb')
-rw-r--r-- | recipes/efl1/ewl_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb index 871a43f884..9e309c4e2f 100644 --- a/recipes/efl1/ewl_svn.bb +++ b/recipes/efl1/ewl_svn.bb @@ -3,6 +3,7 @@ DEPENDS = "evas ecore edje emotion efreet" LICENSE = "MIT BSD" PV = "0.5.3.050+svnr${SRCPV}" PR = "r2" +SRCREV = "${EFL_SRCREV}" inherit efl |