[Git][qa/jenkins.debian.net][master] reproducible coreboot: install pkg-config, needed nowadays

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Dec 25 13:03:37 GMT 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b0e7b255 by Holger Levsen at 2023-12-25T14:03:24+01:00
reproducible coreboot: install pkg-config, needed nowadays

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_coreboot.sh
- update_jdn.sh


Changes:

=====================================
bin/reproducible_coreboot.sh
=====================================
@@ -99,7 +99,7 @@ for i in * ; do
 done
 echo "</table>" >> $TOOLCHAIN_HTML
 echo "<table><tr><th>Debian $(cat /etc/debian_version) package on $(dpkg --print-architecture)</th><th>installed version</th></tr>" >> $TOOLCHAIN_HTML
-for i in gcc g++ make cmake flex bison ; do
+for i in gcc g++ make cmake flex bison pkg-config; do
 	echo " <tr><td>$i</td><td>" >> $TOOLCHAIN_HTML
 	dpkg -s $i|grep '^Version'|cut -d " " -f2 >> $TOOLCHAIN_HTML
 	echo " </td></tr>" >> $TOOLCHAIN_HTML


=====================================
update_jdn.sh
=====================================
@@ -456,6 +456,7 @@ if [ -f /etc/debian_version ] ; then
 				kgb-client
 				m4
 				make
+				pkg-config
 				python3-clint
 				python3-distutils
 				python3-git



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b0e7b255fb18a783f921532c48d55ec8e0859021

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b0e7b255fb18a783f921532c48d55ec8e0859021
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20231225/78b6b88a/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list