summaryrefslogtreecommitdiff
path: root/meta/packages/ohm/ohm_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-12-19 13:21:32 +0000
committerRichard Purdie <richard@openedhand.com>2007-12-19 13:21:32 +0000
commitcba0d9700fb1d3d567e25129e17f308949b8a65a (patch)
tree05ee4906d32d5dcd641d09b68d5c7a248081bbe3 /meta/packages/ohm/ohm_git.bb
parent6e6350ad8c039838b4f94e854173afbc52c0dd79 (diff)
downloadopenembedded-core-cba0d9700fb1d3d567e25129e17f308949b8a65a.tar.gz
openembedded-core-cba0d9700fb1d3d567e25129e17f308949b8a65a.tar.bz2
openembedded-core-cba0d9700fb1d3d567e25129e17f308949b8a65a.tar.xz
openembedded-core-cba0d9700fb1d3d567e25129e17f308949b8a65a.zip
ohm: Lock down git revision using SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3362 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ohm/ohm_git.bb')
-rw-r--r--meta/packages/ohm/ohm_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
index 057c0e4b0..18dc58de7 100644
--- a/meta/packages/ohm/ohm_git.bb
+++ b/meta/packages/ohm/ohm_git.bb
@@ -6,8 +6,8 @@ DEPENDS = "gtk+ dbus-glib intltool-native hal"
RDEPENDS_${PN} += "udev hal-info"
SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
-PV = "0.0+git${SRCDATE}"
-PR = "r5"
+PV = "0.1.2+git-locrev${SRCREV}"
+PR = "r0"
S = "${WORKDIR}/git"