summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/trousers/trousers_git.bb
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2017-11-01 11:59:06 +0000
committerArmin Kuster <akuster808@gmail.com>2017-11-06 12:17:50 -0800
commit756f65f0f8b6ca85868448551fbdf178c77d6251 (patch)
treeade75f192e0c291f0f7150f7822b5cf9637bec6d /meta-tpm/recipes-tpm/trousers/trousers_git.bb
parentfc75466e0b5025c3313b003429ae14c585ef8bfb (diff)
downloadmeta-security-756f65f0f8b6ca85868448551fbdf178c77d6251.tar.gz
trousers: allow overriding localstatedir mandir sysconfdir
It is currently impossible to override localstatedir, mandir and sysconfdir during ./configure, because they are being overriden unconditionally. With this patch it is now possible to set above locations as needed. Signed-off-by: André Draszik <adraszik@tycoint.com> 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index 352374c..e9f838e 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -15,6 +15,7 @@ SRC_URI = " \
15 file://trousers-udev.rules \ 15 file://trousers-udev.rules \
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 " 19 "
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"