diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-27 09:57:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-27 11:43:38 +0200 |
commit | aefe32b4bd60ef92be0a802545c89a05915bda2f (patch) | |
tree | 3eeb395b537cfe78e7f726e379529bc8f145751a | |
parent | 9f979c42d1768b225bea7e2814fea1348818d846 (diff) |
kexecboot: bump SRCREV for devicescan fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 a5b193d233..8a282a07c6 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r18+gitr${SRCREV}" +PR = "r19+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "5e020abcb38b7dcfeb1eed2350a4221e7bda7020" +SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a" S = "${WORKDIR}/git" |