From 19167debd0bd751d66eaf171348562b537256b0b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 28 Jan 2020 12:53:43 +0100 Subject: [PATCH] cbfstool: Update to latest version to fix build errors cbfstool fails to build with GCC 7.5, so update to the latest version, where these issues have been fixed. Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/1626 --- cbfstool.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cbfstool.be0 b/cbfstool.be0 index 51e245adc..66c994a12 100755 --- a/cbfstool.be0 +++ b/cbfstool.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cbfstool-4.5.474_g91bfa8e-0 +# BEE_VERSION cbfstool-4.11.1032_g98eeb96135-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. SRCURL[0]="https://review.coreboot.org/cgit/coreboot.git/snapshot/coreboot-${PKGEXTRAVERSION}.tar.bz2" -SRCURL[1]="https://review.coreboot.org/cgit/vboot.git/snapshot/vboot-1e9245dfff914107ec06aac84f3b70c2df1f4a41.tar.bz2" +SRCURL[1]="https://review.coreboot.org/cgit/vboot.git/snapshot/vboot-f5367d598a985520a8c935f68ac90d295c7b8d8e.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.