aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 20:32:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 20:37:50 +0200
commitc438f9d0b31342d8b7a86fa4a0a439a24bd35591 (patch)
tree2b19deed3fa298dc22d9de7bbfd1210a231bbf00
parentdd3582d219647989a7d1e658d0ed526e7ebdc7fe (diff)
downloadopenembedded-c438f9d0b31342d8b7a86fa4a0a439a24bd35591.tar.gz
[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.
-rw-r--r--packages/libgdbus/libgdbus_git.bb3
1 files changed, 2 insertions, 1 deletions
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"