From c5431547e51cd95e0746e9a7f7727cdb822dedb7 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 27 Aug 2008 13:37:43 +0100 Subject: openmoko-set-root-password: fix versions --- packages/openmoko-tools/openmoko-set-root-password.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit 1.2.3-korg