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 09:21:48 +0100 |
commit | d0ebcf62109d6a131e02cd4c0f04bba203ed6579 (patch) | |
tree | 5d40592cddb23e8b28d2a74a51505cf672085c64 /meta/recipes-core | |
parent | 4a5d21dbdc88982c2c90e660811b84983eaebeb7 (diff) | |
download | openembedded-core-d0ebcf62109d6a131e02cd4c0f04bba203ed6579.tar.gz openembedded-core-d0ebcf62109d6a131e02cd4c0f04bba203ed6579.tar.bz2 openembedded-core-d0ebcf62109d6a131e02cd4c0f04bba203ed6579.zip |
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.
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 | 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" 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 pseudo-native \ + btrfs-tools-native squashfs-tools-native pseudo-native e2fsprogs-native \ " DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" |