mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
6e6350ad8c
commit
cba0d9700f
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user