[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4382/8267] wic-tools: add dependency to systemd-boot



commit 1239f625b1cccb4876dc3a8b4a13834cf6bd515a
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Fri Jan 27 16:28:28 2017 +0200

    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>

 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 aa09c82..1d9ea9c 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."
 LICENSE = "MIT"
 
 DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native 
grub-efi-native cdrtools-native"
-DEPENDS_append_x86 = " syslinux grub-efi"
-DEPENDS_append_x86-64 = " syslinux grub-efi"
+DEPENDS_append_x86 = " syslinux grub-efi systemd-boot"
+DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"
 
 INHIBIT_DEFAULT_DEPS = "1"
 inherit nopackages


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