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/libgdbus | |
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/libgdbus')
-rw-r--r-- | recipes/libgdbus/libgdbus_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libgdbus/libgdbus_git.bb b/recipes/libgdbus/libgdbus_git.bb index 0cacab8b82..73c95f36f3 100644 --- a/recipes/libgdbus/libgdbus_git.bb +++ b/recipes/libgdbus/libgdbus_git.bb @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" LICENSE = "GPL LGPL" DEPENDS = "glib-2.0 dbus" SRCREV = "aeab6e3c0185b271ca343b439470491b99cc587f" -PE = "1" -PV = "0.2+gitr${SRCREV}" +PE = "2" +PV = "0.2+gitr${SRCPV}" SRC_URI = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http" S = "${WORKDIR}/git" |