From 683cc7059967fd50adb5df9e55d9a45f6d150279 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 29 Jan 2011 17:42:52 +0100 Subject: [PATCH] initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes. * kexec and kdump are packaged separately * bump PR Signed-off-by: Andrea Adami --- recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb | 4 ++-- 1 file 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 a973b067e2..468146e974 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 -- 2.39.5