| SUMMARY = "Tools to manipulate UEFI variables" |
| DESCRIPTION = "efivar provides a simple command line interface to the UEFI variable facility" |
| HOMEPAGE = "https://github.com/rhboot/efivar" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393" |
| COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
| SRC_URI = "git://github.com/rhinstaller/efivar.git \ |
| SRCREV = "c1d6b10e1ed4ba2be07f385eae5bceb694478a10" |
| export CCLD_FOR_BUILD = "${BUILD_CCLD}" |
| # Upstream uses --add-needed in gcc.specs which gold doesn't support, so |
| LDFLAGS += "-fuse-ld=bfd" |
| # Remove when https://github.com/rhboot/efivar/issues/130 is fixed |
| CFLAGS="${BUILD_CFLAGS}" \ |
| LDFLAGS="${BUILD_LDFLAGS}" \ |
| oe_runmake install DESTDIR=${D} |
| RRECOMMENDS_${PN}_class-target = "kernel-module-efivarfs" |