[oe-commits] Klaus Kurzmann : packagekit_git.bb: use SRCPV

git version control git at git.openembedded.org
Mon Jul 13 19:39:22 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: d3203eff94395b0905bc6b68417fa78a8fb7076e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d3203eff94395b0905bc6b68417fa78a8fb7076e

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 13 21:39:02 2009 +0200

packagekit_git.bb: use SRCPV

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/packagekit/packagekit_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/packagekit/packagekit_git.bb b/recipes/packagekit/packagekit_git.bb
index 596659b..c01ac97 100644
--- a/recipes/packagekit/packagekit_git.bb
+++ b/recipes/packagekit/packagekit_git.bb
@@ -10,9 +10,9 @@ inherit gnome autotools_stage
 SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
 "
 
-PV = "0.4.6+git"
-PR = "r0+gitr${SRCREV}"
-PE = "1"
+PV = "0.4.6+gitr${SRCPV}"
+PR = "r0"
+PE = "2"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list