From: Andreas Reichel <[email protected]> * Change fetch URI to get 0.2 from official repo. * Make sure the package version PV is the same as the efibootguard version. * Add new libcheck dependency.
Signed-off-by: Andreas Reichel <[email protected]> --- recipes-bsp/efibootguard/efibootguard.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/efibootguard/efibootguard.bb b/recipes-bsp/efibootguard/efibootguard.bb index 605439d..a1c504a 100644 --- a/recipes-bsp/efibootguard/efibootguard.bb +++ b/recipes-bsp/efibootguard/efibootguard.bb @@ -13,11 +13,12 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/siemens/efibootguard.git;protocol=https;branch=master" -SRCREV = "e3263ab8132b8d0be3b1e5513afc4a93f287e9e5" +SRCREV = "c9b3a5260108706b7d98f4ae91c8463f5356f115" +PV = "0.2" S = "${WORKDIR}/git" -DEPENDS = "gnu-efi pciutils zlib" +DEPENDS = "gnu-efi pciutils zlib libcheck" inherit autotools deploy pkgconfig @@ -45,7 +46,7 @@ do_deploy () { addtask deploy before do_build after do_compile BBCLASSEXTEND = "native" -DEPENDS_class-native = "zlib" +DEPENDS_class-native = "zlib libcheck" 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-6-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
