mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
74b8f86a05
commit
b139ac4910
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user