[v2,3/7] wic-tools: don't build syslinux-native for targets without syslinux
Submitted by Ross Burton on Dec. 14, 2020, 6:31 p.m.
|
Patch ID: 178931
Details
Commit Message
@@ -3,14 +3,14 @@ SUMMARY = "A meta recipe to build native tools used by wic."
LICENSE = "MIT"
DEPENDS = "\
- parted-native syslinux-native gptfdisk-native dosfstools-native \
+ parted-native gptfdisk-native dosfstools-native \
mtools-native bmap-tools-native grub-native cdrtools-native \
btrfs-tools-native squashfs-tools-native pseudo-native \
e2fsprogs-native util-linux-native tar-native\
"
-DEPENDS_append_x86 = " syslinux grub-efi systemd-boot"
-DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"
-DEPENDS_append_x86-x32 = " syslinux grub-efi"
+DEPENDS_append_x86 = " syslinux-native syslinux grub-efi systemd-boot"
+DEPENDS_append_x86-64 = " syslinux-native syslinux grub-efi systemd-boot"
+DEPENDS_append_x86-x32 = " syslinux-native syslinux grub-efi"
INHIBIT_DEFAULT_DEPS = "1"
If we're not building syslinux, then there's no point building syslinux-native. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-core/meta/wic-tools.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145608): https://lists.openembedded.org/g/openembedded-core/message/145608 Mute This Topic: https://lists.openembedded.org/mt/78957810/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-