[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6971/8267] image_types_wic: add dependency to e2fsprogs-native



commit 111c426a33a16148d109bfcdfbeaaeac68ae3bcf
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Wed Jul 26 19:21:30 2017 +0300

    image_types_wic: add dependency to e2fsprogs-native
    
    Added e2fsprogs-native to the list of default dependencies for
    wic (WKS_FILE_DEPENDS_DEFAULT) as all fs-related utilities
    have to be in this list.
    
    Thanks to Patrick Ohly for noticing this.
    
    [YOCTO #11817]
    
    (From OE-Core rev: b1d9f5ba5d75c6e4dae10d9d9b2c03fd3099721d)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/image_types_wic.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass
index 57ba646..b825b47 100644
--- a/meta/classes/image_types_wic.bbclass
+++ b/meta/classes/image_types_wic.bbclass
@@ -41,7 +41,7 @@ WKS_FILE_CHECKSUM = "${@'${WKS_FULL_PATH}:%s' % os.path.exists('${WKS_FULL_PATH}
 do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}"
 do_image_wic[depends] += "${@' '.join('%s-native:do_populate_sysroot' % r for r in ('parted', 'gptfdisk', 
'dosfstools', 'mtools'))}"
 
-WKS_FILE_DEPENDS_DEFAULT = "syslinux-native bmap-tools-native cdrtools-native btrfs-tools-native 
squashfs-tools-native"
+WKS_FILE_DEPENDS_DEFAULT = "syslinux-native bmap-tools-native cdrtools-native btrfs-tools-native 
squashfs-tools-native e2fsprogs-native"
 WKS_FILE_DEPENDS_BOOTLOADERS = ""
 WKS_FILE_DEPENDS_BOOTLOADERS_x86 = "syslinux grub-efi systemd-boot"
 WKS_FILE_DEPENDS_BOOTLOADERS_x86-64 = "syslinux grub-efi systemd-boot"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]