mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
gnutls: disable tpm
Disable tpm to solve following error: .../usr/lib64/libtspi.la: No such file or directory trousers isn't an oe-core recipe, disable it for now. (From OE-Core rev: f735a540d2bf489547aede0745e34174c39c71bd) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,6 +35,9 @@ do_configure_prepend() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-openssl ${PN}-xx"
|
PACKAGES =+ "${PN}-openssl ${PN}-xx"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
|
FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user