diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-30 01:19:02 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-30 01:19:02 +0200 |
commit | d1aa3c2a68f06f59128044d36fe798b733ee2be2 (patch) | |
tree | facac4604352dea28a8cedd4dde4c18f0c44e1ca /recipes | |
parent | a7d9d113aa5f536f54bd9b37c13b436c067fce07 (diff) |
kexecboot_git: bump to 485ff04f432115f41b09b39d06ce524b960bfa29
* minor bugfixes
* bump 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 9878c82918..526959f8a2 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r12+gitr${SRCREV}" +PR = "r13+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "ac70f55e2b49f23963a8f057330eb47836a01c2f" +SRCREV = "485ff04f432115f41b09b39d06ce524b960bfa29" S = "${WORKDIR}/git" |