[naming policy] If we build a specific revision from a SCM have a "r" after the SCM...
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 15 Oct 2008 18:32:02 +0000 (20:32 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 15 Oct 2008 18:37:50 +0000 (20:37 +0200)
    Clean up PV naming and make it consistent. if we build a revision from a
    scm system then have svnr/gitr in the package name.

packages/libgdbus/libgdbus_git.bb

index 8b818b6..ce54e03 100644 (file)
@@ -2,7 +2,8 @@ HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
 SUMMARY  = "Moblin Glib D-Bus integration"
 LICENSE  = "GPL LGPL"
 DEPENDS  = "glib-2.0 dbus"
-PV       = "0.0+git${SRCREV}"
+PE       = "1"
+PV       = "0.0+gitr${SRCREV}"
 S        = "${WORKDIR}/git"
 
 SRC_URI  = "git://moblin.org/repos/projects/libgdbus.git;proto=http"