From: Andreas Reichel <[email protected]> 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 <[email protected]> --- 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 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20180124102351.17078-3-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
