diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-21 00:25:46 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-21 00:26:39 +0200 |
commit | 0219e9fd2fdb945dcaa6e24c7ce3e07d269d9ecc (patch) | |
tree | bebecbf95086b20e49b8c7753a034f375d465d1d /recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb | |
parent | cf1b579d5801f6e4b01a927fb3eb7277b4e1579c (diff) |
kexec-tools: rename static recipes built against klibc
Diffstat (limited to 'recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb')
-rw-r--r-- | recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb index 3080269920..7f1e7cd5f9 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 = "r2" DESCRIPTION = "An initramfs module for kexecing kernel from rootfs." -RDEPENDS = "initramfs-uniboot kexec-static" +RDEPENDS = "initramfs-uniboot kexec-klibc-static" do_install() { install -d ${D}/initrd.d |