summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--meta/conf/distro/poky.conf1
-rw-r--r--meta/packages/ohm/ohm_git.bb4
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 6d0fbf2503..ae9c59c560 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -170,6 +170,7 @@ SRCREV_pn-openmoko-dates2 = "659"
170SRCREV_pn-libjana = "693" 170SRCREV_pn-libjana = "693"
171SRCREV_pn-dfu-util = "3139" 171SRCREV_pn-dfu-util = "3139"
172SRCREV_pn-dfu-util-native = "3139" 172SRCREV_pn-dfu-util-native = "3139"
173SRCREV_pn-ohm = "0+edfe25d49d67884bf004de7ae0724c162bb5e65e"
173 174
174# 175#
175# Preferred Versions: 176# Preferred Versions:
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