util/docker/coreboot-sdk: Drop legacy libusb package

flashrom does not support libusb 0.1 anymore and it's not used by
anything else. Its build systems (Makefile and Meson) only reference
libusb1 and it still compiles fine without the legacy package. Thus,
drop it from the package list.

Change-Id: Ib9b7530e5b707e12fbf3f8058999456dc1f8dff4
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76083
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Felix Singer 2023-06-25 02:57:38 +02:00 committed by Felix Singer
parent afa5383fdc
commit 2d9ae536fe
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ RUN \
libreadline-dev \ libreadline-dev \
libssl-dev \ libssl-dev \
libusb-1.0-0-dev \ libusb-1.0-0-dev \
libusb-dev \
libxml2-dev \ libxml2-dev \
libyaml-dev \ libyaml-dev \
m4 \ m4 \