From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 18:32:02 +0000 (+0200) Subject: [naming policy] If we build a specific revision from a SCM have a "r" after the SCM... X-Git-Tag: Release-2010-05/1~5790 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c438f9d0b31342d8b7a86fa4a0a439a24bd35591;p=openembedded.git [naming policy] If we build a specific revision from a SCM have a "r" after the SCM name 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. --- diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb index 8b818b6c25..ce54e0325a 100644 --- a/packages/libgdbus/libgdbus_git.bb +++ b/packages/libgdbus/libgdbus_git.bb @@ -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"