diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-17 11:41:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-17 11:45:39 +0100 |
commit | 67b3baea2fd5203fe5dd6abec3530df4abe672ee (patch) | |
tree | 2d8eed1b2e49ed6f5ac75a463542167c944324c0 /recipes/remoko | |
parent | c588c7ecebd7e3f1f2983a55ee564877a7bfdf12 (diff) |
sane-srcrevs: move SRCREVs to recipes for openmoko related svn recipes
* As suggested few times on ML
* I would move git revs too, but after merging SRCPV (don't want to
resolve so much conflicts now)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/remoko')
-rw-r--r-- | recipes/remoko/remoko-server_svn.bb | 1 | ||||
-rw-r--r-- | recipes/remoko/remoko_svn.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes/remoko/remoko-server_svn.bb b/recipes/remoko/remoko-server_svn.bb index 1e17a9ec40..13ee0824ae 100644 --- a/recipes/remoko/remoko-server_svn.bb +++ b/recipes/remoko/remoko-server_svn.bb @@ -3,6 +3,7 @@ HOMEPAGE = "http://code.google.com/p/remoko/" AUTHOR = "Valério Valério" LICENSE = "GPL" SECTION = "console/network" +SRCREV = "121" PV = "0.2.1+svnr${SRCPV}" PE = "1" diff --git a/recipes/remoko/remoko_svn.bb b/recipes/remoko/remoko_svn.bb index 8d209daf14..8a70a9bd41 100644 --- a/recipes/remoko/remoko_svn.bb +++ b/recipes/remoko/remoko_svn.bb @@ -4,6 +4,7 @@ AUTHOR = "Valério Valério" LICENSE = "GPL" SECTION = "console/network" DEPENDS = "edje-native" +SRCREV = "121" PV = "0.3.2+svnr${SRCPV}" PE = "1" |