diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-11-21 00:55:05 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-11-21 15:49:30 +0100 |
commit | c45f8972c8d4f45e674d7d396ded238a9ba6405b (patch) | |
tree | 791e874a68a39bf6d6b075a02832c9cd75d0589e /recipes/kexecboot/kexecboot_git.bb | |
parent | 05cb1bdc81e21e6039dc65e007a151e85286229c (diff) |
kexecboot_git: bump to ddf66724ce68509a8d80727f26f682b9a9341ff5.
Increase PR.
Diffstat (limited to 'recipes/kexecboot/kexecboot_git.bb')
-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 3bd280c206..9aa2fdc3f9 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r6+gitr${SRCREV}" +PR = "r7+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "40e5be92f045f2a7cfc918f4b1acc42f6cc013e9" +SRCREV = "ddf66724ce68509a8d80727f26f682b9a9341ff5" S = "${WORKDIR}/git" |