1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

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
+1
View File
@@ -170,6 +170,7 @@ SRCREV_pn-openmoko-dates2 = "659"
SRCREV_pn-libjana = "693" SRCREV_pn-libjana = "693"
SRCREV_pn-dfu-util = "3139" SRCREV_pn-dfu-util = "3139"
SRCREV_pn-dfu-util-native = "3139" SRCREV_pn-dfu-util-native = "3139"
SRCREV_pn-ohm = "0+edfe25d49d67884bf004de7ae0724c162bb5e65e"
# #
# Preferred Versions: # Preferred Versions:
+2 -2
View File
@@ -6,8 +6,8 @@ DEPENDS = "gtk+ dbus-glib intltool-native hal"
RDEPENDS_${PN} += "udev hal-info" RDEPENDS_${PN} += "udev hal-info"
SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git" SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
PV = "0.0+git${SRCDATE}" PV = "0.1.2+git-locrev${SRCREV}"
PR = "r5" PR = "r0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"