diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-16 00:23:59 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-16 00:23:59 +0200 |
commit | 49277f5511d0098229eb2995d31c59ff9fb64869 (patch) | |
tree | b1c92311316feec486023a778d8c16e36869aaf4 /recipes/kexecboot | |
parent | 2e38e0e49049d14c86c775db091495ce94eca49c (diff) |
kexecboot: bump to 5e020abcb38b7dcfeb1eed2350a4221e7bda7020
* fix case of rotated fb
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 2a2de57b03..69d3e8a1df 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r15+gitr${SRCREV}" +PR = "r16+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "f0f9069a40f7dcf21da9d0b59f36e768a073d0c9" +SRCREV = "5e020abcb38b7dcfeb1eed2350a4221e7bda7020" S = "${WORKDIR}/git" |