aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-06 01:07:04 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-06 01:07:04 +0100
commite0872fd1e24a257cb32d52cb06d0bc925ae00eb8 (patch)
treeab987f5650ea7979f7d896d1e9d79610a404a7e7
parent93eebc86b825e9750b4a390d2663c1dd2be3bbc8 (diff)
downloadopenembedded-e0872fd1e24a257cb32d52cb06d0bc925ae00eb8.tar.gz
kexecboot: upgrade git recipes up to version 0.5.9.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb4
-rw-r--r--recipes/kexecboot/kexecboot_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 408a6c681a..281b7dac64 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.8"
+PV = "0.5.9"
PR = "r0+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848"
+SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
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 117eebc062..9801843082 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
-PV = "0.5.8"
+PV = "0.5.9"
PR = "r0+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848"
+SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
S = "${WORKDIR}/git"
require kexecboot.inc