diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-03-26 20:04:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-01 08:14:57 +0100 |
commit | 0de9b2ade8e02c8726963abb620dc8b2bbe39fb6 (patch) | |
tree | 163232cb0a45257fcf7e97ee1ef547d2b8f90e84 /meta/recipes-core | |
parent | fcd48092d7bcab0cad2606e65332da62420935ad (diff) | |
download | poky-0de9b2ade8e02c8726963abb620dc8b2bbe39fb6.tar.gz |
wic-tools: add btrfs-tools squashfs-tools to DEPENDS
Added btrfs-tools-native and squashfs-tools-native to DEPENDS as
wic uses these tools to support btrfs and squashfs filesystems.
(From OE-Core rev: d6fea657671637af30fe9bf9a2264746b5bd6deb)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/wic-tools.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index bd4319a803..cd494ec233 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb | |||
@@ -2,7 +2,11 @@ SUMMARY = "A meta recipe to build native tools used by wic." | |||
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native grub-efi-native cdrtools-native" | 5 | DEPENDS = "\ |
6 | parted-native syslinux-native gptfdisk-native dosfstools-native \ | ||
7 | mtools-native bmap-tools-native grub-efi-native cdrtools-native \ | ||
8 | btrfs-tools-native squashfs-tools-native \ | ||
9 | " | ||
6 | DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" | 10 | DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" |
7 | DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" | 11 | DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" |
8 | 12 | ||