ohm: Lock down git revision using SRCREV

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3362 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-12-19 13:21:32 +00:00
parent 6e6350ad8c
commit cba0d9700f
2 changed files with 3 additions and 2 deletions

View File

@ -170,6 +170,7 @@ SRCREV_pn-openmoko-dates2 = "659"
SRCREV_pn-libjana = "693"
SRCREV_pn-dfu-util = "3139"
SRCREV_pn-dfu-util-native = "3139"
SRCREV_pn-ohm = "0+edfe25d49d67884bf004de7ae0724c162bb5e65e"
#
# Preferred Versions:

View File

@ -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"