diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-28 12:11:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-01 14:06:30 -0700 |
commit | b3e68674ef684ecf52264b15220212b3c0f5fe7f (patch) | |
tree | 886692cd1672259769d0258adaaaf0a9126ec573 | |
parent | 460eb9a6ca7d5b70d78042c6afa96ac061f78002 (diff) |
initramfs-module-bootmenu_1.0.bb,initramfs-module-kexecboot_1.0.bb: Rename klibc-utils-static-fstype -> klibc-static-utils-fstype
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb | 2 | ||||
-rw-r--r-- | recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb b/recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb index 890fef3c10..f662cb4956 100644 --- a/recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb +++ b/recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb @@ -1,7 +1,7 @@ SRC_URI = "file://30-bootmenu.sh" PR = "r19" DESCRIPTION = "An initramfs module with UI for selection of boot device." -RDEPENDS_${PN} = "klibc-utils-static-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs" +RDEPENDS_${PN} = "klibc-static-utils-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs" # For VFAT mounting. RRECOMMENDS_${PN} = "kernel-module-nls-cp437 kernel-module-nls-iso8859-1" diff --git a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb index e153d2b67e..a973b067e2 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" DESCRIPTION = "An initramfs module for kexecing kernel from rootfs." -RDEPENDS_${PN} = "initramfs-uniboot kexec-klibc-static" +RDEPENDS_${PN} = "initramfs-uniboot kexec-tools-klibc" do_install() { install -d ${D}/initrd.d |