diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-14 23:10:01 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-14 23:10:01 +0100 |
commit | 4a06d42b1676b9acd496227a2d77985057edc325 (patch) | |
tree | e5a0174a58f959801bb303d3699f86d1e83f3705 /recipes/kexecboot/kexecboot_git.bb | |
parent | 5ea225b79a414b6da613c865d4a3ffeef3f079cf (diff) |
kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.
- clean up kexecboot.inc after klcc fixes.
- add EXTRA_OECONF_zaurus
- Bump 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 02e6d729ec..561706e9f6 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,8 +1,8 @@ PV = "0.5" -PR = "r8+gitr${SRCREV}" +PR = "r9+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "456e052144f58d3c1116a38cbb5caa44c070bce8" +SRCREV = "daa68b5aaa56a036c24c7929e239ebd5edf8fdfe" S = "${WORKDIR}/git" |