]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic-tools: add btrfs-tools squashfs-tools to DEPENDS
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 26 Mar 2017 17:04:34 +0000 (20:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:11:58 +0000 (12:11 +0100)
Added btrfs-tools-native and squashfs-tools-native to DEPENDS as
wic uses these tools to support btrfs and squashfs filesystems.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/recipes-core/meta/wic-tools.bb

index bd4319a8039ed00778163a0fa20917e2a5cd2bc3..cd494ec233f46cc3d5c54586b7733047985b98f1 100644 (file)
@@ -2,7 +2,11 @@ SUMMARY = "A meta recipe to build native tools used by wic."
 
 LICENSE = "MIT"
 
-DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native grub-efi-native cdrtools-native"
+DEPENDS = "\
+           parted-native syslinux-native gptfdisk-native dosfstools-native \
+           mtools-native bmap-tools-native grub-efi-native cdrtools-native \
+           btrfs-tools-native squashfs-tools-native \
+           "
 DEPENDS_append_x86 = " syslinux grub-efi systemd-boot"
 DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"