[PATCH 2/8] Explicitely add zlib dependency to efibootguard.bb

2 views
Skip to first unread message

Andreas J. Reichel

unread,
Jan 24, 2018, 5:26:30 AM1/24/18
to efibootg...@googlegroups.com, Andreas Reichel
From: Andreas Reichel <andreas.r...@siemens.com>

Since yocto pyro, each recipe has its own sysroot
and thus all dependencies MUST be mentioned to
correctly deploy files.

Signed-off-by: Andreas Reichel <andreas.r...@siemens.com>
---
recipes-bsp/efibootguard/efibootguard.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/efibootguard/efibootguard.bb b/recipes-bsp/efibootguard/efibootguard.bb
index 0682f00..891d33c 100644
--- a/recipes-bsp/efibootguard/efibootguard.bb
+++ b/recipes-bsp/efibootguard/efibootguard.bb
@@ -17,7 +17,7 @@ SRCREV = "e3263ab8132b8d0be3b1e5513afc4a93f287e9e5"

S = "${WORKDIR}/git"

-DEPENDS = "gnu-efi pciutils"
+DEPENDS = "gnu-efi pciutils zlib"

inherit autotools deploy

@@ -46,7 +46,7 @@ do_deploy () {
addtask deploy before do_build after do_compile

BBCLASSEXTEND = "native"
-DEPENDS_class-native = ""
+DEPENDS_class-native = "zlib"

do_compile_class-native () {
oe_runmake bg_setenv
--
2.16.0

Reply all
Reply to author
Forward
0 new messages