mirror of
git://git.yoctoproject.org/poky
synced 2026-08-18 00:51:06 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user