diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-07-05 22:11:51 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-07-05 22:11:51 +0200 |
commit | 091fddf04a029cfc1acac8889864b3ac772329cc (patch) | |
tree | 937ac24ce0683283effbc50a1a8287e13e6c7a49 /recipes/images | |
parent | eb778c914f8b5c300175c66fb0808fd47f1f04d7 (diff) |
initramfs-kexecboot-image: remove explicit dependency on lzma-native.
* already in bitbake.conf (IMAGE_DEPENDS_cpio.lzma = "lzma-native").
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/initramfs-kexecboot-image.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/images/initramfs-kexecboot-image.bb b/recipes/images/initramfs-kexecboot-image.bb index 68b16f9c79..c80c748850 100644 --- a/recipes/images/initramfs-kexecboot-image.bb +++ b/recipes/images/initramfs-kexecboot-image.bb @@ -3,8 +3,6 @@ #export IMAGE_BASENAME = "initramfs-kexecboot-image" -DEPENDS = "lzma-native" - IMAGE_FSTYPES = "cpio.gz cpio.lzma" # avoid circular dependencies |