summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-06-23 11:37:53 +0100
committerPaul Fagerburg <pfagerburg@chromium.org>2022-09-22 15:12:59 +0000
commited0c7f53eb321157a0713d854ff65e0b667e8bf0 (patch)
tree32b855592b804a08bcc8bfe232b681874449b246
parenta8172c329fe309f3b5b409c1a59a227186400dd4 (diff)
downloadcoreboot-ed0c7f53eb321157a0713d854ff65e0b667e8bf0.tar.gz
coreboot-ed0c7f53eb321157a0713d854ff65e0b667e8bf0.tar.bz2
coreboot-ed0c7f53eb321157a0713d854ff65e0b667e8bf0.zip
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>
-rw-r--r--util/coreboot-configurator/contrib/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/coreboot-configurator/contrib/debian/control b/util/coreboot-configurator/contrib/debian/control
index 20174a4bcb57..e73e10b2f4ac 100644
--- a/util/coreboot-configurator/contrib/debian/control
+++ b/util/coreboot-configurator/contrib/debian/control
@@ -6,6 +6,6 @@ Build-Depends: build-essential, cmake, debhelper (>= 7), inkscape, libqt5gui5, l
Standards-Version: 4.1.1
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
Description: Graphical interface to change settings available in coreboot CBFS