[oe-commits] Holger Hans Peter Freyther : [naming policy] If we build a specific revision from a SCM have a "r" after the SCM name

GIT User account git at amethyst.openembedded.net
Wed Oct 15 21:13:50 UTC 2008


Module: openembedded.dev.git
Branch: holger/hash-style
Commit: c438f9d0b31342d8b7a86fa4a0a439a24bd35591
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=c438f9d0b31342d8b7a86fa4a0a439a24bd35591

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Wed Oct 15 20:32:02 2008 +0200

[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 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb
index 8b818b6..ce54e03 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"





More information about the Openembedded-commits mailing list