diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-07-27 09:54:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 22:36:52 +0100 |
commit | b139ac4910a8c519076eaa865d9b0b7d9e604833 (patch) | |
tree | 9ba24c2586e1261ced53c8431361b4fc7656e364 /meta | |
parent | 74b8f86a0550a6c2d643e981bbfb6c1a958a90db (diff) | |
download | poky-b139ac4910a8c519076eaa865d9b0b7d9e604833.tar.gz |
wic-tools: add dependency to e2fsprogs-native
Added e2fsprogs-native to the list of dependencies for wic-tools
as all fs-related utilities have to be in this list.
(From OE-Core rev: d0ebcf62109d6a131e02cd4c0f04bba203ed6579)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/wic-tools.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index d908e48732..428befe862 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | DEPENDS = "\ | 5 | DEPENDS = "\ |
6 | parted-native syslinux-native gptfdisk-native dosfstools-native \ | 6 | parted-native syslinux-native gptfdisk-native dosfstools-native \ |
7 | mtools-native bmap-tools-native grub-efi-native cdrtools-native \ | 7 | mtools-native bmap-tools-native grub-efi-native cdrtools-native \ |
8 | btrfs-tools-native squashfs-tools-native pseudo-native \ | 8 | btrfs-tools-native squashfs-tools-native pseudo-native e2fsprogs-native \ |
9 | " | 9 | " |
10 | DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" | 10 | DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" |
11 | DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" | 11 | DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" |