From: Andrea Adami Date: Sat, 29 Jan 2011 16:42:52 +0000 (+0100) Subject: initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683cc7059967fd50adb5df9e55d9a45f6d150279;p=openembedded.git initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes. * kexec and kdump are packaged separately * bump PR Signed-off-by: Andrea Adami --- 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