diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-11-09 00:33:29 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-11-09 00:34:44 +0100 |
commit | 1f951c59c5218d9a4a0cf43e082365110af1b94d (patch) | |
tree | 3f7084f71b29cd5d4e0caf651e6686d38b705089 /recipes | |
parent | a7531d1ef4d226f9ffdf86805429fe4c85bc49df (diff) |
kexecboot_git: bump to 40e5be92f045f2a7cfc918f4b1acc42f6cc013e9 and
increase PR.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index e7b0990cd4..3bd280c206 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r5+gitr${SRCREV}" +PR = "r6+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "8daf258fc5d1e5eb6127285c63d66f31f05cf80d" +SRCREV = "40e5be92f045f2a7cfc918f4b1acc42f6cc013e9" S = "${WORKDIR}/git" |