summaryrefslogtreecommitdiffstats
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)
downloadpoky-cba0d9700fb1d3d567e25129e17f308949b8a65a.tar.gz
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 057c0e4b0b..18dc58de7c 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"
6RDEPENDS_${PN} += "udev hal-info" 6RDEPENDS_${PN} += "udev hal-info"
7SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git" 7SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
8 8
9PV = "0.0+git${SRCDATE}" 9PV = "0.1.2+git-locrev${SRCREV}"
10PR = "r5" 10PR = "r0"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13