From: Andreas Reichel <[email protected]> gnu-efi path configuration had been changed so that linker scripts are expected in the lib folder.
Signed-off-by: Andreas Reichel <[email protected]> --- recipes-bsp/efibootguard/efibootguard.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/efibootguard/efibootguard.bb b/recipes-bsp/efibootguard/efibootguard.bb index 891d33c..01afb3c 100644 --- a/recipes-bsp/efibootguard/efibootguard.bb +++ b/recipes-bsp/efibootguard/efibootguard.bb @@ -31,7 +31,6 @@ PACKAGES = "${PN}-tools \ EXTRA_OECONF = "--with-gnuefi-sys-dir=${STAGING_DIR_HOST} \ --with-gnuefi-include-dir=${STAGING_INCDIR}/efi \ - --with-gnuefi-lds-dir=${STAGING_LIBDIR} \ --with-gnuefi-lib-dir=${STAGING_LIBDIR}" FILES_${PN}-tools = "${bindir}" -- 2.15.1 -- 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/20180110120931.4150-4-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
