diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 12:57:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:27:51 +0200 |
commit | 84bf98dc6876ef6be8a4ee3744924e922253b53e (patch) | |
tree | 2306f1cf3134bed51f174898f351ca016fbf216b /recipes/freesmartphone/opimd-utils_git.bb | |
parent | 3b9194258ef3554d57c6fd40c8c6a73428ac3010 (diff) |
freesmartphone: use SRCPV in git recipes
* with PE bump
* FSO people usually use fso-autorev.inc already, so this change won't
change PV scheme
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/opimd-utils_git.bb')
-rw-r--r-- | recipes/freesmartphone/opimd-utils_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb index 08f3293a47..79a44ae6ff 100644 --- a/recipes/freesmartphone/opimd-utils_git.bb +++ b/recipes/freesmartphone/opimd-utils_git.bb @@ -5,8 +5,9 @@ LICENSE ?= "GPL" RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus frameworkd" SECTION = "x11/application" SRCREV = "1872cdebe1209123710259e25cb8c8b47a627112" -PV = "0.0.3+gitr${SRCREV}" +PV = "0.0.3+gitr${SRCPV}" PR = "r0" +PE = "1" inherit setuptools |