aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-26 21:43:07 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-26 21:43:07 +0200
commit72b87556b447eb5603124ac9027644ffa6ab8b5b (patch)
treed7f025854b8119eaf05f76d60a3ce85cb5955c72
parent174e523aa545970b96a18b60814ad0e927e0d589 (diff)
downloadopenembedded-72b87556b447eb5603124ac9027644ffa6ab8b5b.tar.gz
kexecboot: move git versions to 51940a6ce14e8cfc8d1068858075ee19bacd8493
* bump PR 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 193d4918ad..ea5b621575 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 = "r1+gitr${SRCREV}"
+PR = "r2+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
+SRCREV = "51940a6ce14e8cfc8d1068858075ee19bacd8493"
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 7b38f788e0..9032c62387 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 = "r1+gitr${SRCREV}"
+PR = "r2+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
+SRCREV = "51940a6ce14e8cfc8d1068858075ee19bacd8493"
S = "${WORKDIR}/git"
require kexecboot.inc