util/coreboot-configurator: Update Debian dependancies

Change the control file to allow either libyaml-cpp0.6 or
libyaml-cpp0.7.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I754d3e2018ab78fcb657d313c8662313738b190a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65345
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2022-06-23 11:37:53 +01:00 committed by Paul Fagerburg
parent a8172c329f
commit ed0c7f53eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ Build-Depends: build-essential, cmake, debhelper (>= 7), inkscape, libqt5gui5, l
Standards-Version: 4.1.1 Standards-Version: 4.1.1
Package: coreboot-configurator Package: coreboot-configurator
Depends: nvramtool, ${shlibs:Depends}, ${misc:Depends}, libqt5gui5, qt5-style-plugins, libyaml-cpp0.6 Depends: nvramtool, ${shlibs:Depends}, ${misc:Depends}, libqt5gui5, qt5-style-plugins, libyaml-cpp0.6 | libyaml-cpp0.7
Architecture: all Architecture: all
Description: Graphical interface to change settings available in coreboot CBFS Description: Graphical interface to change settings available in coreboot CBFS