aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-05 11:30:35 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-05 11:30:35 +0100
commita39c5a9a32b03c4e079679d27ef38aca0b126619 (patch)
tree2ea1534f714a54f5acdc20bc36e55432ea2ddfd2
parentc9308736b38cf04f9251a07c1f7d73df6006710a (diff)
downloadopenembedded-a39c5a9a32b03c4e079679d27ef38aca0b126619.tar.gz
kexecboot: bump to SRCREV 18e5620adf2f2bdf319a363586e923e3bb031848 v.0.5.8
* fixes some hidden bugs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb6
-rw-r--r--recipes/kexecboot/kexecboot_git.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 0d2b86bd1e..408a6c681a 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec-klibc"
-PV = "0.5"
-PR = "r26+gitr${SRCREV}"
+PV = "0.5.8"
+PR = "r0+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "1464e897e416f7458e93fb30148e87e60509a667"
+SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 5f285a50cb..117eebc062 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
-PV = "0.5"
-PR = "r26+gitr${SRCREV}"
+PV = "0.5.8"
+PR = "r0+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "1464e897e416f7458e93fb30148e87e60509a667"
+SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848"
S = "${WORKDIR}/git"
require kexecboot.inc