aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-06-11 01:52:24 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-06-11 01:52:24 +0200
commit5e8d3128c6f2b6f67a68c46f0c461f2c48cdb933 (patch)
tree997a3a3502dc82c0669d9c6fd9f719193313c7ef /recipes/kexecboot
parent6090eb2026e07dd049ed620288daed39b7815382 (diff)
downloadopenembedded-5e8d3128c6f2b6f67a68c46f0c461f2c48cdb933.tar.gz
kexecboot: bump to f38f07d6bf7d3feea33bb7c1bbe4378eb0cb5bfd
* increase PR * update both kexecboot and kexecboot-klibc recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-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 a3725fdfba..cc1adaaa42 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.9"
-PR = "r4+gitr${SRCREV}"
+PR = "r5+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "698cf7185e013e873aa7df9388a31d857727d408"
+SRCREV = "f38f07d6bf7d3feea33bb7c1bbe4378eb0cb5bfd"
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 dba92c752e..ae382d6995 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
-PR = "r4+gitr${SRCREV}"
+PR = "r5+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "698cf7185e013e873aa7df9388a31d857727d408"
+SRCREV = "f38f07d6bf7d3feea33bb7c1bbe4378eb0cb5bfd"
S = "${WORKDIR}/git"
require kexecboot.inc