[oe-commits] Andrea Adami : kexecboot: move git recipes to 14e6d1a3641a749e4408fda1eadffe4f396b0279

git version control git at git.openembedded.org
Sat Jun 11 22:44:45 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 152e8a209fff4ba19133cf54f3dc484f4c4f385b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=152e8a209fff4ba19133cf54f3dc484f4c4f385b

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Jun 12 00:35:13 2011 +0200

kexecboot: move git recipes to 14e6d1a3641a749e4408fda1eadffe4f396b0279

* including compatibility patch for klibc <= 1.5.22 lacking ULLONG_MAX

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/kexecboot/kexecboot-klibc_git.bb |    4 ++--
 recipes/kexecboot/kexecboot_git.bb       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index cc1adaa..7061b9b 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 = "r5+gitr${SRCREV}"
+PR = "r6+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "f38f07d6bf7d3feea33bb7c1bbe4378eb0cb5bfd"
+SRCREV = "14e6d1a3641a749e4408fda1eadffe4f396b0279"
 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 ae382d6..111a800 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 = "r5+gitr${SRCREV}"
+PR = "r6+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "f38f07d6bf7d3feea33bb7c1bbe4378eb0cb5bfd"
+SRCREV = "14e6d1a3641a749e4408fda1eadffe4f396b0279"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc





More information about the Openembedded-commits mailing list