[OE-core] [PATCH] wic-tools: add dependency to e2fsprogs-native
Ed Bartosh
ed.bartosh at linux.intel.com
Thu Jul 27 06:54:04 UTC 2017
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 at linux.intel.com>
---
meta/recipes-core/meta/wic-tools.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb
index d908e48..428befe 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"
--
2.1.4
More information about the Openembedded-core
mailing list