summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/trousers/trousers_git.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-08-27 16:34:24 +0000
committerArmin Kuster <akuster808@gmail.com>2020-08-29 07:25:10 -0700
commit55cbb636340ed7da08a0ae338b54d72c66d41242 (patch)
treeb4400ee21b0f181be4005782b219a63460be0445 /meta-tpm/recipes-tpm/trousers/trousers_git.bb
parent787ba6faeaa8823a4d87e5edd15581cb4e12fa70 (diff)
downloadmeta-security-55cbb636340ed7da08a0ae338b54d72c66d41242.tar.gz
trousers: update to tip
Many for compile issue now being seen. rpc/tcstp/.libs/libtspi_la-rpc_cmk.o:/usr/src/debug/trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/build/src/tspi/../../../git/src/include/tcsd.h:169: multiple definition of `tcsd_sa_int'; .libs/libtspi_la-tspi_context.o:/usr/src/debug/trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/build/src/tspi/../../../git/src/include/tcsd.h:169: first defined here | collect2: error: ld returned 1 exit status Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm/trousers/trousers_git.bb')
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index 95e821b..992e7f2 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -6,7 +6,7 @@ SECTION = "security/tpm"
6 6
7DEPENDS = "openssl" 7DEPENDS = "openssl"
8 8
9SRCREV = "4b9a70d5789b0b74f43957a6c19ab2156a72d3e0" 9SRCREV = "e74dd1d96753b0538192143adf58d04fcd3b242b"
10PV = "0.3.14+git${SRCPV}" 10PV = "0.3.14+git${SRCPV}"
11 11
12SRC_URI = " \ 12SRC_URI = " \
@@ -16,7 +16,6 @@ SRC_URI = " \
16 file://tcsd.service \ 16 file://tcsd.service \
17 file://get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch \ 17 file://get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch \
18 file://0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch \ 18 file://0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch \
19 file://0001-Correct-multiple-security-issues-that-are-present-if.patch \
20 " 19 "
21 20
22S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"