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/openmoko-tools | |
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/openmoko-tools')
-rw-r--r-- | recipes/openmoko-tools/app-restarter_svn.bb | 1 | ||||
-rw-r--r-- | recipes/openmoko-tools/openmoko-set-root-password_svn.bb (renamed from recipes/openmoko-tools/openmoko-set-root-password.bb) | 1 | ||||
-rw-r--r-- | recipes/openmoko-tools/openmoko-toolchain-scripts_svn.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes/openmoko-tools/app-restarter_svn.bb b/recipes/openmoko-tools/app-restarter_svn.bb index 9809d5f88d..2ccec3e61c 100644 --- a/recipes/openmoko-tools/app-restarter_svn.bb +++ b/recipes/openmoko-tools/app-restarter_svn.bb @@ -4,6 +4,7 @@ DEPENDS = "virtual/libx11" SRC_URI="svn://svn.openmoko.org/developers/zecke/;module=app_restarter;proto=http" S = "${WORKDIR}/app_restarter" +SRCREV = "4552" PV = "1.0+svnr${SRCPV}" PE = "2" diff --git a/recipes/openmoko-tools/openmoko-set-root-password.bb b/recipes/openmoko-tools/openmoko-set-root-password_svn.bb index 7ea0de55ce..fd5dc10484 100644 --- a/recipes/openmoko-tools/openmoko-set-root-password.bb +++ b/recipes/openmoko-tools/openmoko-set-root-password_svn.bb @@ -6,6 +6,7 @@ DEPENDS = "gtk+" SRC_URI = "svn://svn.openmoko.org/developers/zecke/;module=root-password;proto=http" S = "${WORKDIR}/root-password" +SRCREV = "4590" PV = "1.0+svnr${SRCPV}" PE = "1" PR = "r1" diff --git a/recipes/openmoko-tools/openmoko-toolchain-scripts_svn.bb b/recipes/openmoko-tools/openmoko-toolchain-scripts_svn.bb index 7762e61271..321a7d828f 100644 --- a/recipes/openmoko-tools/openmoko-toolchain-scripts_svn.bb +++ b/recipes/openmoko-tools/openmoko-toolchain-scripts_svn.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Convenient scripts to be used with openmoko toolchain." +SRCREV = "4913" PV = "0.0+svnr${SRCPV}" PE = "1" PR = "r1" |