diff options
author | Graeme Gregory <graeme@openmoko.org> | 2008-08-27 13:37:43 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 22:48:39 +0100 |
commit | c5431547e51cd95e0746e9a7f7727cdb822dedb7 (patch) | |
tree | 19cd8aefe5b91e4e60d92d8d7de598f1fb47629d /packages | |
parent | 12e84f237f6340e2688415dba8bb3204021a38f3 (diff) |
openmoko-set-root-password: fix versions
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openmoko-tools/openmoko-set-root-password.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/openmoko-tools/openmoko-set-root-password.bb b/packages/openmoko-tools/openmoko-set-root-password.bb index a521a1fd6d..f64c7031c1 100644 --- a/packages/openmoko-tools/openmoko-set-root-password.bb +++ b/packages/openmoko-tools/openmoko-set-root-password.bb @@ -7,7 +7,8 @@ PKG_TAGS_${PN} = "group::programming" SRC_URI = "svn://svn.openmoko.org/developers/zecke/;module=root-password;proto=http" S = "${WORKDIR}/root-password" -PV = "1.0+svn${SRCREV}" +PV = "1.0+svnr${SRCREV}" +PE = "1" do_compile () { cd ${S} |