[oe-commits] [openembedded-core] 06/38: wic-tools: add dependency to e2fsprogs-native

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 08:31:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d0ebcf62109d6a131e02cd4c0f04bba203ed6579
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Thu Jul 27 09:54:04 2017 +0300

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list