diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-27 16:28:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:38:32 +0000 |
commit | 1239f625b1cccb4876dc3a8b4a13834cf6bd515a (patch) | |
tree | feb877510990d24850958a8bfa205a3c7cf2a680 /meta/recipes-core | |
parent | 75df73526a31c63de0322c08baeac6d13dcfe461 (diff) | |
download | poky-1239f625b1cccb4876dc3a8b4a13834cf6bd515a.tar.gz |
wic-tools: add dependency to systemd-boot
Added systemd-boot to the list of dependencies of wic-tools
as wic bootimg-efi plugin depends on it.
(From OE-Core rev: 1ac0a182bd21e38588fc5b168e7dfea01a6c4b26)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/wic-tools.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index aa09c82e76..1d9ea9c0e9 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb | |||
@@ -3,8 +3,8 @@ SUMMARY = "A meta recipe to build native tools used by wic." | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native grub-efi-native cdrtools-native" | 5 | DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native grub-efi-native cdrtools-native" |
6 | DEPENDS_append_x86 = " syslinux grub-efi" | 6 | DEPENDS_append_x86 = " syslinux grub-efi systemd-boot" |
7 | DEPENDS_append_x86-64 = " syslinux grub-efi" | 7 | DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot" |
8 | 8 | ||
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | inherit nopackages | 10 | inherit nopackages |