Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/29452 )
Change subject: coreboot-sdk: Don't install libelf-dev ......................................................................
coreboot-sdk: Don't install libelf-dev
As by afda56e1ad (buildgcc: Drop libelf/elfutils), it's not used (atm).
Change-Id: I3124cb6db5975c21e635636babe700adb0f8cd8b Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/29452 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Jonathan Neuschäfer j.neuschaefer@gmx.net Reviewed-by: Martin Roth martinroth@google.com --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Jonathan Neuschäfer: Looks good to me, approved
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 412362f..4410e5b 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -36,7 +36,6 @@ git \ gnat-6 \ graphviz \ - libelf-dev \ libfreetype6-dev \ libftdi-dev \ libftdi1-dev \