diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-07 23:25:17 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-07 23:25:17 +0000 |
commit | ae0eaaddcb1408a1dc54b0428e7ec1c39ea5092e (patch) | |
tree | fabfa38f2f7e5ce21392bd41b7887bf65863c0a1 /recipes/kexecboot/initramfs-kexecboot-image.bb | |
parent | 2cada8a1fd757b17dca27255326bda6e0237c69d (diff) |
initramfs-kexecboot-image: DEPENDS on lzma-native.
Diffstat (limited to 'recipes/kexecboot/initramfs-kexecboot-image.bb')
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index cdf0861285..890287d3f6 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -4,6 +4,7 @@ PR = "r2" ONLINE_PACKAGE_MANAGEMENT = "none" IMAGE_FSTYPES = "cpio.gz cpio.lzma" +DEPENDS = "lzma-native" # Deprecated: device nodes are populated by kexecboot now # These devices need mmcblk* to be 254 instead of 179 |