summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-12-29 00:13:33 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-12-29 00:29:21 +0100
commit5fa4b22a021c6f7b123fa66685628d237df26709 (patch)
treef7704880b22b09259e2200ae0bbbe310c2fbc3d3
parent3b28350faf1dccf1d1a4a73c5ddad5837a72eebd (diff)
downloadopenembedded-5fa4b22a021c6f7b123fa66685628d237df26709.tar.gz
kexecboot: bump SRCREV and include upstream fixes.
* moved to 98c5cfb883f61c5f69c56cd44846d8db19c76067 today. 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 4bbae1dda9..7e40ac9ad5 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 = "r21+gitr${SRCREV}"
+PR = "r22+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
+SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067"
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 ca1fc3a4aa..aa3d843ec5 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5"
-PR = "r21+gitr${SRCREV}"
+PR = "r22+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
+SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067"
S = "${WORKDIR}/git"
require kexecboot.inc