diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-04 20:51:58 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-04 22:24:57 +0100 |
commit | daf52c62bbb0cd929a6f73ce6d92edf8b6ac13f4 (patch) | |
tree | b3a4afc3b962bee5242fa03cc91cb4de0a3d964c /recipes/kexecboot | |
parent | e340492e1ebfe45de25a170e0f1a7cd9a44d53f5 (diff) |
kexecboot_git: bump to 456e052144f58d3c1116a38cbb5caa44c070bce8. Bump
PR.
Diffstat (limited to 'recipes/kexecboot')
-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 9aa2fdc3f9..02e6d729ec 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r7+gitr${SRCREV}" +PR = "r8+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "ddf66724ce68509a8d80727f26f682b9a9341ff5" +SRCREV = "456e052144f58d3c1116a38cbb5caa44c070bce8" S = "${WORKDIR}/git" |