Skip to content

testing/tpm2-tools Fix depends

codemaker219 requested to merge codemaker219/aports:tpm2-tools into master

The libtss2-tcti-device.so is missing, otherwise no tpm2_* calls are working; eG:

/ # tpm2_pcrread 
ERROR:tcti:src/tss2-tcti/tctildr.c:430:Tss2_TctiLdr_Initialize_Ex() Failed to instantiate TCTI 
ERROR: Could not load tcti, got: "(null)"

The libtss2-tcti-device.so comes with tpm2-tss-dev so I added this as dependency (and removed it from the makdepnds). Maybe there are better solutions.

Merge request reports