diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-27 11:05:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-27 11:05:37 +0200 |
commit | 179219dcc7604d5490c36e45ec5ba9ef315d2f0b (patch) | |
tree | 3aa64f2fe47f1b4a0f42deeb6d349ab04630daf4 /recipes/kexecboot | |
parent | e321ec45eb7d20362940427a9910cf50eab627bc (diff) |
kexecboot: switch git version to a stable cfgfiles SRCREV and make it the default
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index c5e91f080e..3696ddaa9a 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ -PR = "r1" -DEFAULT_PREFERENCE = "-1" +PV = "0.5" +PR = "r3+gitr${SRCREV}" -SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" +SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git;branch=cfgfiles " +SRCREV = "0d4d33d85baa6251de3b1e20bd7bd464f11c5097" # v0.51 (pre cfg-files) #SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" |