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/enhance_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/enhance_svn.bb')
-rw-r--r-- | recipes/efl1/enhance_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/efl1/enhance_svn.bb b/recipes/efl1/enhance_svn.bb index ae3405ee4d..ee2807142c 100644 --- a/recipes/efl1/enhance_svn.bb +++ b/recipes/efl1/enhance_svn.bb @@ -3,5 +3,6 @@ LICENSE = "MIT" DEPENDS = "exml" PV = "0.0.1+svnr${SRCPV}" PR = "r1" +SRCREV = "${EFL_SRCREV}" inherit efl |