diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-04 22:22:06 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-04 22:22:06 +0100 |
commit | e340492e1ebfe45de25a170e0f1a7cd9a44d53f5 (patch) | |
tree | 0048de589cd9592d04ad296d9cbae9774f8f8f38 | |
parent | 30d737f92ff7419ea642a55d68784054b7284c44 (diff) |
shr-wizard_git.bb: SRCREV instead of SRCPV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | recipes/shr/shr-wizard_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb index 839bd2bbdd..b26c48f79a 100644 --- a/recipes/shr/shr-wizard_git.bb +++ b/recipes/shr/shr-wizard_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://shr-project.org" LICENSE = "GPL" RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" SECTION = "x11/application" -PV = "0.0.0+gitr${SRCPV}" +PV = "0.0.0+gitr${SRCREV}" PR = "r0" inherit autotools |