aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-29 17:42:52 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-29 17:55:48 +0100
commit683cc7059967fd50adb5df9e55d9a45f6d150279 (patch)
treea34b6d22dc7eab2995bb9d252f8371f7d8137a80 /recipes/initrdscripts
parent627b42f5844408d0c6f3a4c875e900763b819a43 (diff)
downloadopenembedded-683cc7059967fd50adb5df9e55d9a45f6d150279.tar.gz
initramfs-module-kexecboot: fix RDEPENDS after kexec-tools changes.
* kexec and kdump are packaged separately * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/initrdscripts')
-rw-r--r--recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb4
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 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