[oe-commits] Andrea Adami : initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes.

git version control git at git.openembedded.org
Sat Jan 29 16:57:28 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 683cc7059967fd50adb5df9e55d9a45f6d150279
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=683cc7059967fd50adb5df9e55d9a45f6d150279

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jan 29 17:42:52 2011 +0100

initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes.

* kexec and kdump are packaged separately
* bump PR

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

---

 .../initramfs-module-kexecboot_1.0.bb              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
index a973b06..468146e 100644
--- a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
+++ b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
@@ -1,7 +1,7 @@
 SRC_URI = "file://87-kexecboot.sh"
-PR = "r3"
+PR = "r4"
 DESCRIPTION = "An initramfs module for kexecing kernel from rootfs."
-RDEPENDS_${PN} = "initramfs-uniboot kexec-tools-klibc"
+RDEPENDS_${PN} = "initramfs-uniboot kexec-klibc"
 
 do_install() {
 	install -d ${D}/initrd.d





More information about the Openembedded-commits mailing list