diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-10-10 00:43:04 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-10-10 00:45:55 +0200 |
commit | 1aadd3a3f4f2788f85b427bc7221f7c3bf0a7cd7 (patch) | |
tree | 3fcfb3e078cbfbbd426479a8f7bb7a4f660fa5a4 | |
parent | 65fa06e7eca9c1e19bb4f36aa9c72de4ee62a4d2 (diff) |
kexecboot_git: move to e7f85b13e144a594fa726f5f7ca4bd3e2327e2b3. Bump PR.
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index 3696ddaa9a..9d5b470ebe 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,11 @@ PV = "0.5" -PR = "r3+gitr${SRCREV}" +PR = "r4+gitr${SRCREV}" -SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git;branch=cfgfiles " -SRCREV = "0d4d33d85baa6251de3b1e20bd7bd464f11c5097" +SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " +SRCREV = "e7f85b13e144a594fa726f5f7ca4bd3e2327e2b3" + +#SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git;branch=cfgfiles " +#SRCREV = "0d4d33d85baa6251de3b1e20bd7bd464f11c5097" # v0.51 (pre cfg-files) #SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" |