From c438f9d0b31342d8b7a86fa4a0a439a24bd35591 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 20:32:02 +0200 Subject: [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. --- packages/libgdbus/libgdbus_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3